usb: isp1760: isp1760-hcd.c: Drop condition with no effect
authorSaurav Girepunje <saurav.girepunje@gmail.com>
Sat, 5 Oct 2019 05:37:36 +0000 (11:07 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Oct 2019 11:01:47 +0000 (13:01 +0200)
commit233450310b6884c5fe4174e6229800b94f8a52c0
treeec9e6af00ff5746423f74083fed45705605eee64
parenta570ec79641a697db12a28960d6a5318ca4f37f2
usb: isp1760: isp1760-hcd.c: Drop condition with no effect

As the "else if" and "else" branch body are identical the condition
has no effect. So drop the else if condition.

Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com>
Link: https://lore.kernel.org/r/20191005053733.GA10727@saurav
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/isp1760/isp1760-hcd.c