USB: option: make interface blacklist work again
authorBjørn Mork <bjorn@mork.no>
Fri, 16 Mar 2012 11:56:44 +0000 (12:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Apr 2012 16:52:08 +0000 (09:52 -0700)
commitd86147440f519b20bdb78749f921edfe5620b589
tree8c8afda35cacbb9c125487d0f3d918f6b93685d9
parentbbd5d3840cf705d141e6af6888b3aa14bee127ee
USB: option: make interface blacklist work again

commit 963940cf472d76eca2d36296e461202cc6997352 upstream.

commit 0d905fd "USB: option: convert Huawei K3765, K4505, K4605
reservered interface to blacklist" accidentally ANDed two
blacklist tests by leaving out a return.  This was not noticed
because the two consecutive bracketless if statements made it
syntactically correct.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/option.c