summaryrefslogtreecommitdiff
path: root/drivers/staging/go7007
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2009-06-05 15:07:38 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-06-19 18:00:54 (GMT)
commit385269885f156c76518748fcb215bd2ca81ef000 (patch)
tree1e30f35d9b5560f45176e5a7c171634a9d0b2059 /drivers/staging/go7007
parent36dbd40139b5adcd60a62be10b6bf83289d79ea4 (diff)
downloadlinux-fsl-qoriq-385269885f156c76518748fcb215bd2ca81ef000.tar.xz
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/staging/go7007')
0 files changed, 0 insertions, 0 deletions