Re: [PATCH 4/5] staging: vt6656: remove bool from vnt_radio_power_on ret

2020-01-03 Thread Dan Carpenter
On Fri, Dec 20, 2019 at 09:15:33PM +, Malcolm Priestley wrote: > The driver uses logical only error checking a bool true would flag error. > This commit message is too vague. This is a bugfix and needs to go to stable. Add a Fixes tag. Here is a suggested wording: The caller expects this

[PATCH 4/5] staging: vt6656: remove bool from vnt_radio_power_on ret

2019-12-20 Thread Malcolm Priestley
The driver uses logical only error checking a bool true would flag error. Signed-off-by: Malcolm Priestley --- drivers/staging/vt6656/card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6656/card.c b/drivers/staging/vt6656/card.c index