Revert "drivers/usb: Remove unnecessary return's from void functions" for musb gadget
This is a partial revert of 7f26b3a753
("drivers/usb: Remove unnecessary
return's from void functions") as this hunk will vanish in USB tree completely.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
45798c28b4
commit
d7eccbbae8
1 changed files with 1 additions and 0 deletions
|
@ -829,6 +829,7 @@ void musb_g_rx(struct musb *musb, u8 epnum)
|
||||||
DBG(3, "packet waiting for %s%s request\n",
|
DBG(3, "packet waiting for %s%s request\n",
|
||||||
musb_ep->desc ? "" : "inactive ",
|
musb_ep->desc ? "" : "inactive ",
|
||||||
musb_ep->end_point.name);
|
musb_ep->end_point.name);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------ */
|
/* ------------------------------------------------------------ */
|
||||||
|
|
Loading…
Reference in a new issue