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 17:57:04 +0000 (09:57 -0800)
commit501f7e52de8a7b910154740958ce8d902258bf72
treee015f899412d139196c076ad1ba07a7ef29cdc8f
parent356b57752c91cffb35356abe6647065bf0edcad1
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