commit | 233450310b6884c5fe4174e6229800b94f8a52c0 | [log] [tgz] |
---|---|---|
author | Saurav Girepunje <saurav.girepunje@gmail.com> | Sat Oct 05 11:07:36 2019 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 07 13:01:47 2019 +0200 |
tree | ec9e6af00ff5746423f74083fed45705605eee64 | |
parent | a570ec79641a697db12a28960d6a5318ca4f37f2 [diff] |
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>