commit | ecffe75f934b4e3c5301fe5db278068e0efb0d6b | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Mon Apr 16 15:01:33 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 16 23:48:38 2012 -0400 |
tree | 88b7aa5a951d092ea58d075a229dcab33e98a75e | |
parent | 7335baed84229084de9b184d088e3f35d9e0971d [diff] |
hippi: fix printk format in rrunner.c Fix printk format warning (from i386 build): drivers/net/hippi/rrunner.c:146:9: warning: format '%08llx' expects type 'long long unsigned int', but argument 3 has type 'resource_size_t' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Cc: Jes Sorensen <jes@trained-monkey.org> Cc: linux-hippi@sunsite.dk Signed-off-by: David S. Miller <davem@davemloft.net>