dect
/
linux-2.6
Archived
13
0
Fork 0

Staging winbond: boolean negation and bitwise operation in wrong order

The semantic patch that makes this change is:
(http://www.emn.fr/x-info/coccinelle/)

@@ expression E; constant C; @@
(
- !E == C
+ E != C
)

Signed-off-by: Diego Liziero <diegoliz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Diego Liziero 2009-04-14 04:33:54 +02:00 committed by Greg Kroah-Hartman
parent 5aaeab6606
commit 290d4c2350
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ Mds_Tx(struct wbsoft_priv * adapter)
return;
//Only one thread can be run here
if (!atomic_inc_return(&pMds->TxThreadCount) == 1)
if (atomic_inc_return(&pMds->TxThreadCount) != 1)
goto cleanup;
// Start to fill the data