On Mon, Feb 03, 2020 at 02:01:57PM +0800, yhchuang@xxxxxxxxxxx wrote: > From: Chin-Yen Lee <timlee@xxxxxxxxxxx> > > Clang warns that ret is used uninitialzed. > And we found that actually the return type should be "int" instead > of "bool". > > Fixes: 44bc17f7f5b3 ("rtw88: support wowlan feature for 8822c") > Link: https://github.com/ClangBuiltLinux/linux/issues/850 > Reported-by: Nathan Chancellor <natechancellor@xxxxxxxxx> > Signed-off-by: Chin-Yen Lee <timlee@xxxxxxxxxxx> > Signed-off-by: Yan-Hsuan Chuang <yhchuang@xxxxxxxxxxx> Looks good to me, thank you for the fix and keeping my tags :) Reviewed-by: Nathan Chancellor <natechancellor@xxxxxxxxx> Tested-by: Nathan Chancellor <natechancellor@xxxxxxxxx> # build