diff options
author | Julia Lawall <julia@diku.dk> | 2009-06-05 17:07:38 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-19 11:00:54 -0700 |
commit | 385269885f156c76518748fcb215bd2ca81ef000 (patch) | |
tree | 1e30f35d9b5560f45176e5a7c171634a9d0b2059 /drivers/video/maxinefb.c | |
parent | 36dbd40139b5adcd60a62be10b6bf83289d79ea4 (diff) |
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>
Diffstat (limited to 'drivers/video/maxinefb.c')
0 files changed, 0 insertions, 0 deletions