trivial: Fix dubious bitwise 'and' usage spotted by sparse.
commit542d886b7f326182cd0a484714d0117e3a8cf11b
authorAlexey Zaytsev <alexey.zaytsev@gmail.com>
Fri, 9 Jan 2009 23:48:28 +0000 (10 02:48 +0300)
committerJiri Kosina <jkosina@suse.cz>
Mon, 30 Mar 2009 13:21:57 +0000 (30 15:21 +0200)
tree531791d11c518ad4082a4d014f19b003e298de34
parent24ec68fb8f0a36a9063f3e72039316e718b628ed
trivial: Fix dubious bitwise 'and' usage spotted by sparse.

It doesn't change the semantics, but clearly
the logical 'and' was meant to be used here.

Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/usb/wusbcore/security.c