1
0
Files
linux/drivers/staging
Julia Lawall 385269885f Staging: rtl8192su: Correct use of ! and &
Correct priority problem in the use of ! and &.

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

// <smpl>
@@ expression E; constant C; @@
- !E & C
+ !(E & C)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-19 11:00:54 -07:00
..
2009-06-19 11:00:35 -07:00
2009-04-03 14:53:33 -07:00
2009-04-03 14:54:27 -07:00
2009-04-03 14:53:29 -07:00
2009-04-03 14:53:40 -07:00
2009-04-17 11:06:31 -07:00
2009-04-03 14:54:26 -07:00