diff options
author | Robert Reif <reif@earthlink.net> | 2008-04-27 07:29:43 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-27 07:29:43 +0200 |
commit | 403ae52ac047eb339f2b7e8cdf93a3b8077914db (patch) | |
tree | 526c25c666f12b92504a18392dff10a480e1fff0 /drivers/serial | |
parent | sparc64: Kill unused local ISA bus layer. (diff) | |
download | linux-403ae52ac047eb339f2b7e8cdf93a3b8077914db.tar.xz linux-403ae52ac047eb339f2b7e8cdf93a3b8077914db.zip |
sparc: fix drivers/video/tcx.c warning
Fix compile warning:
CC drivers/video/tcx.o
drivers/video/tcx.c: In function ‘tcx_init_one’:
drivers/video/tcx.c:477: warning: format ‘%lx’ expects type ‘long
unsigned int’, but argument 4 has type ‘resource_size_t’
This was the only sparc driver to use the resource directly in the
printk so I changed it to physbase like the other drivers.
Boot tested on SS4.
Signed-off-by: Robert Reif <reif@earthlink.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/serial')
0 files changed, 0 insertions, 0 deletions