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:
Prasanna Karthik 2015-06-29 12:57:35 +00:00 committed by Greg Kroah-Hartman
parent 027d3efd93
commit 9e7e78d829

View file

@ -295,7 +295,7 @@ static bool rf6052_conf_para(struct adapter *adapt)
break;
}
if (rtstatus != true)
if (!rtstatus)
return false;
}