]> git.baikalelectronics.ru Git - kernel.git/commit
wmi: Use bool function return values of true/false not 1/0
authorJoe Perches <joe@perches.com>
Mon, 30 Mar 2015 17:43:20 +0000 (10:43 -0700)
committerDarren Hart <dvhart@linux.intel.com>
Wed, 8 Apr 2015 03:43:12 +0000 (20:43 -0700)
commit1b068447c1f9a49e0a8faaee80d81c7f6f938bb2
tree20f25aa33d3bbf5cfd4512eb1204c6d34dd6dcec
parent57648d8f53d5a9a6621d4abe79d8e9c5cdb8f63b
wmi: Use bool function return values of true/false not 1/0

Use the normal return values for bool functions

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/wmi.c