diff options
author | Julia Lawall <julia@diku.dk> | 2009-08-12 16:51:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-23 06:46:33 -0700 |
commit | 3d2b0814f15f94506156943c8148da90b6491453 (patch) | |
tree | 65b44d1dfcfd0daa495f6c8998737a522f150605 /virt/kvm | |
parent | 015798b2f166725b1dae2b07b5ffb127ab187be0 (diff) | |
download | op-kernel-dev-3d2b0814f15f94506156943c8148da90b6491453.zip op-kernel-dev-3d2b0814f15f94506156943c8148da90b6491453.tar.gz |
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>
Diffstat (limited to 'virt/kvm')
0 files changed, 0 insertions, 0 deletions