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:
parent
027d3efd93
commit
9e7e78d829
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ static bool rf6052_conf_para(struct adapter *adapt)
|
|||
break;
|
||||
}
|
||||
|
||||
if (rtstatus != true)
|
||||
if (!rtstatus)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue