aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorAndrzej Pietrasiewicz <[email protected]>2015-03-13 11:08:08 +0100
committerFelipe Balbi <[email protected]>2015-03-13 10:41:05 -0500
commitfbdecad99c3f37346ed868fec0c3a9c2809f78e9 (patch)
tree343c7f3ec797185c7a734f0968e65746db18b270 /net/lapb/lapb_timer.c
parent2bb2077ee607703771c35ed74837180760f9ce07 (diff)
usb: gadget: f_printer: use non-zero flag for bitwise and
USB_DIR_OUT happens to be zero, so the result of bitwise and is always 0. Consequently, break will never happen in the SOFT_RESET case. This patch uses a compatible condition with a non-zero USB_DIR_IN, which might or might not evaluate to zero. Reported-by: Dan Carpenter <[email protected]> Signed-off-by: Andrzej Pietrasiewicz <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions