Julia Lawall 3d2b0814f1 USB: isp1362: 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-09-23 06:46:33 -07:00
..
2009-09-23 06:46:29 -07:00
2009-09-23 06:46:30 -07:00
2009-09-23 06:46:30 -07:00
2009-09-23 06:46:29 -07:00
2009-06-16 14:17:32 +10:00
2009-09-21 15:14:51 +02:00
2009-07-23 13:04:10 +09:00
2008-08-29 09:43:14 +02:00
2009-06-15 21:44:48 -07:00
2009-09-23 06:46:18 -07:00