]> asedeno.scripts.mit.edu Git - linux.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)
commita1978fa2d632c9001d1d68dac3926177af96c64e
tree2623f509722e3039600a5d41ca647b7535eb6b6f
parent5c4a5d3ddd724d1c4f27c3b52ad0980c4c750999
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