]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
PNP: Add missing casts in printk() arguments
authorPierre Ossman <drzeus-list@drzeus.cx>
Thu, 13 Jul 2006 09:35:41 +0000 (11:35 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Aug 2006 20:20:06 +0000 (13:20 -0700)
commit2131ca8915ae545c596f94e75b692be2811d9c03
tree827d49be1230a8c49a93485afba312fe2c25d128
parent5669021e40964303994a20633548732c6bb26636
PNP: Add missing casts in printk() arguments

Some resource_size_t values are fed to printk() without handling the fact
that they can have different size depending on your .config.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pnp/interface.c