diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-03-23 19:08:08 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-08 18:37:20 +0300 |
commit | 8ff0c5664a634bab05c646960c1730b7fd33ed90 (patch) | |
tree | 45bf58fbf0419febdb07620d4e08f6bdd7ce3634 /kernel/trace/trace_stat.c | |
parent | 57c0eabbd57e1a0872122525f6eeefe1f6529c33 (diff) | |
download | linux-8ff0c5664a634bab05c646960c1730b7fd33ed90.tar.xz |
drivers/misc: aspeed-lpc-ctrl: fix printk format warning again
The format string is still broken after the first attempt to fix it:
drivers/misc/aspeed-lpc-ctrl.c: In function 'aspeed_lpc_ctrl_probe':
drivers/misc/aspeed-lpc-ctrl.c:232:17: error: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t {aka long long unsigned int}' [-Werror=format=]
We can actually just print the resource structure directly here.
Fixes: 132c93d4215c ("drivers/misc: Aspeed LPC control fix compile error and warning")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/trace/trace_stat.c')
0 files changed, 0 insertions, 0 deletions