Signed-off-by: Kuninori Morimoto <morimoto.kuninori@xxxxxxxxxxx> --- drivers/usb/renesas_usbhs/fifo.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/renesas_usbhs/fifo.c b/drivers/usb/renesas_usbhs/fifo.c index 0e66f7a..6478d8d 100644 --- a/drivers/usb/renesas_usbhs/fifo.c +++ b/drivers/usb/renesas_usbhs/fifo.c @@ -314,7 +314,7 @@ static int usbhsf_pio_try_push(struct usbhs_pkt *pkt, int *is_done) ret = usbhs_pipe_is_accessible(pipe); if (ret < 0) - goto usbhs_fifo_write_busy; + return 0; ret = usbhsf_fifo_barrier(priv, fifo); if (ret < 0) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html