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)
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>

No differences found