Re: [PATCH] Removed unnecessary bool comparisons in r8192U_dm.c

2015-06-11 Thread Harisangam, Sharvari (S.)
On Thu, Jun 11, 2015 at 02:46:21PM +0530, Harisangam Sharvari wrote: > From: Harisangam Sharvari > > This patch was detected with the help of coccinelle tool. > The unnecessary comparisons of bool variables are removed. > > Signed-off-by: Harisangam Sharvari > --- > drivers/staging/rtl8192u/r

[PATCH] Removed unnecessary bool comparisons in r8192U_dm.c

2015-06-11 Thread Harisangam, Sharvari (S.)
From: Harisangam Sharvari This patch was detected with the help of coccinelle tool. The unnecessary comparisons of bool variables are removed. Signed-off-by: Harisangam Sharvari --- drivers/staging/rtl8192u/r8192U_dm.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff