• R
    watchdog: iTCO_wdt.c: fix printk format warnings · 4b98b32a
    Randy Dunlap 提交于
    Fix printk format warnings:
    
    drivers/watchdog/iTCO_wdt.c:577:3: warning: format '%04llx' expects type 'long long unsigned int', but argument 2 has type 'resource_size_t'
    drivers/watchdog/iTCO_wdt.c:594:3: warning: format '%04llx' expects type 'long long unsigned int', but argument 2 has type 'resource_size_t'
    drivers/watchdog/iTCO_wdt.c:600:2: warning: format '%04llx' expects type 'long long unsigned int', but argument 4 has type 'resource_size_t'
    Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
    Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
    4b98b32a
iTCO_wdt.c 18.8 KB