Re: [PATCH 4/7] wmi: Use bool function return values of true/false not 1/0

2015-04-01 Thread Darren Hart
On Mon, Mar 30, 2015 at 10:43:20AM -0700, Joe Perches wrote: > Use the normal return values for bool functions > > Signed-off-by: Joe Perches Queued, thank you Joe. -- Darren Hart Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH 4/7] wmi: Use bool function return values of true/false not 1/0

2015-04-01 Thread Darren Hart
On Mon, Mar 30, 2015 at 10:43:20AM -0700, Joe Perches wrote: Use the normal return values for bool functions Signed-off-by: Joe Perches j...@perches.com Queued, thank you Joe. -- Darren Hart Intel Open Source Technology Center -- To unsubscribe from this list: send the line unsubscribe

[PATCH 4/7] wmi: Use bool function return values of true/false not 1/0

2015-03-30 Thread Joe Perches
Use the normal return values for bool functions Signed-off-by: Joe Perches --- drivers/platform/x86/wmi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/platform/x86/wmi.c b/drivers/platform/x86/wmi.c index 26a0bd8..aac4757 100644 ---

[PATCH 4/7] wmi: Use bool function return values of true/false not 1/0

2015-03-30 Thread Joe Perches
Use the normal return values for bool functions Signed-off-by: Joe Perches j...@perches.com --- drivers/platform/x86/wmi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/platform/x86/wmi.c b/drivers/platform/x86/wmi.c index 26a0bd8..aac4757 100644 ---