mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 04:21:03 -04:00
staging:rtl8188eu: Code cleanup fix reported by coccinelle
bool check modified Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
027d3efd93
commit
9e7e78d829
@@ -295,7 +295,7 @@ static bool rf6052_conf_para(struct adapter *adapt)
|
||||
break;
|
||||
}
|
||||
|
||||
if (rtstatus != true)
|
||||
if (!rtstatus)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user