Tag: c40753b5c7ee0d967d56393e760701ca3a924be3

staging: rtl8192u: Removed redundant bool comparisons in r8192U_dm.c

Author: Harisangam Sharvari <sharisan@visteon.com> This patch was detected with the help of coccinelle tool. The redundant comparisons of bool variables are removed in r8192U_dm.c. Signed-off-by: Harisangam Sharvari Signed-off-by: Greg Kroah-Hartman — drivers/staging/rtl8192u/r8192U_dm.c | 12 ++++++—— 1 file changed, 6 insertions(+), 6 deletions(-)   diff –git a/drivers/staging/rtl8192u/r8192U_dm.c b/drivers/staging/rtl8192u/r8192U_dm.c index 416a1dd..7ca5d8f 100644 — a/drivers/staging/rtl8192u/r8192U_dm.c +++ b/drivers/staging/rtl8192u/r8192U_dm.c @@ …

Continue reading