]> git.baikalelectronics.ru Git - kernel.git/commit
staging: gasket: print mmap starting address as unsigned long
authorTodd Poynor <toddpoynor@google.com>
Sat, 21 Jul 2018 13:34:58 +0000 (06:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jul 2018 11:56:46 +0000 (13:56 +0200)
commitc813433a26a655070e099e41c5c6a4e3095066fb
tree2623f509722e3039600a5d41ca647b7535eb6b6f
parent73368b764e159cb1d6e4fd63ebeabc64682b0750
staging: gasket: print mmap starting address as unsigned long

Page alignment error log should print the offending value as an unsigned
long, not as a kernel pointer.

Reported-by: Guenter Roeck <groeck@chromium.org>
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gasket/gasket_core.c