devio: add 32bit pointer support
authorAlan Cox <alan@linux.intel.com>
Tue, 30 Aug 2016 20:06:03 +0000 (21:06 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 30 Aug 2016 20:06:03 +0000 (21:06 +0100)
commitf5250ddd416822734ff5369b2344d29de6c8d359
tree9e28384e9eedbcdfa592bccb0bd449a716bf8df4
parent550f83e0a6d2d22dcab28b8e598b6907c6fe7732
devio: add 32bit pointer support

This means we need a new % code for printk and to stop misusing %x for pointers. Add %p
Kernel/devio.c