Skip to content

Commit

Permalink
Revert "drivers/usb: Remove unnecessary return's from void functions"…
Browse files Browse the repository at this point in the history
… for musb gadget

This is a partial revert of 7f26b3a ("drivers/usb: Remove unnecessary
return's from void functions") as this hunk will vanish in USB tree completely.

Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Jiri Kosina committed Oct 6, 2010
1 parent 45798c2 commit d7eccbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/musb/musb_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ void musb_g_rx(struct musb *musb, u8 epnum)
DBG(3, "packet waiting for %s%s request\n",
musb_ep->desc ? "" : "inactive ",
musb_ep->end_point.name);
return;
}

/* ------------------------------------------------------------ */
Expand Down

0 comments on commit d7eccbb

Please sign in to comment.