]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: wmi: Fix misuse of vsprintf extension %pULL
authorJoe Perches <joe@perches.com>
Thu, 1 Mar 2018 16:08:23 +0000 (08:08 -0800)
committerDarren Hart (VMware) <dvhart@infradead.org>
Thu, 1 Mar 2018 18:01:39 +0000 (10:01 -0800)
commit55f0093d955cdacf0a36ba05ea661356eeaa9ebd
tree2b87a0293b63862cfa52e07e6944a83254658393
parent5b381699e53909ae4bf3db21c9476134ed7709dd
platform/x86: wmi: Fix misuse of vsprintf extension %pULL

%pULL doesn't officially exist but %pUL does.

Miscellanea:

o Add missing newlines to a couple logging messages

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
drivers/platform/x86/wmi.c