[PATCH] i2c-801: 64bit resource fix
authorAndrew Morton <akpm@osdl.org>
Fri, 30 Jun 2006 08:56:20 +0000 (01:56 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 30 Jun 2006 18:25:41 +0000 (11:25 -0700)
commit598736c55622f7ea65b98f93c825ff95c433877c
tree35878343d000080efe0e1e21d1bc1e9a39727d09
parentcfa7b0d46964300c849243d1a38a138b870bdc13
[PATCH] i2c-801: 64bit resource fix

drivers/i2c/busses/i2c-i801.c: In function 'i801_probe':
drivers/i2c/busses/i2c-i801.c:496: warning: format '%lx' expects type 'long unsigned int', but argument 5 has type 'resource_size_t'

Cc: Greg KH <greg@kroah.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
Cc: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/i2c/busses/i2c-i801.c