Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e7e78d8 authored by Prasanna Karthik's avatar Prasanna Karthik Committed by Greg Kroah-Hartman
Browse files

staging:rtl8188eu: Code cleanup fix reported by coccinelle



bool check modified

Signed-off-by: default avatarPrasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 027d3efd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -295,7 +295,7 @@ static bool rf6052_conf_para(struct adapter *adapt)
			break;
		}

		if (rtstatus != true)
		if (!rtstatus)
			return false;
	}