• Robert Reif's avatar
    sparc: fix drivers/video/tcx.c warning · 403ae52a
    Robert Reif authored
    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: default avatarRobert Reif <reif@earthlink.net>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    403ae52a
tcx.c 12.2 KB