usb: gadget: dummy_hcd: fix unneeded else-if condition
authorIgor Kotrasinski <i.kotrasinsk@samsung.com>
Tue, 15 Sep 2015 14:55:30 +0000 (16:55 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 21 Sep 2015 19:42:35 +0000 (14:42 -0500)
commit5dda5be9d501084e8a6242e6dbeb8eea1daf01c8
tree00fe40be3f98a8adaa0f01ddaed4748d4a92298c
parent21c3ee93867694e8c7382ff77b4645b50d3233e9
usb: gadget: dummy_hcd: fix unneeded else-if condition

We already know at this point that to_host is false.

Signed-off-by: Igor Kotrasinski <i.kotrasinsk@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/dummy_hcd.c