Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248751
b: refs/heads/master
c: 9a28b7b
h: refs/heads/master
i:
  248749: 7174a58
  248747: fbc08c0
  248743: e56f8d9
  248735: 5509f75
v: v3
  • Loading branch information
Kuninori Morimoto authored and Greg Kroah-Hartman committed Apr 30, 2011
1 parent 9331e9a commit ea2b3e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb96632c185f13f746d009ec1125539e0b5cd899
refs/heads/master: 9a28b7bd4f1fb388a15b12fb425a589ba6188425
4 changes: 4 additions & 0 deletions trunk/drivers/usb/renesas_usbhs/mod_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,10 @@ static int usbhsg_recip_run_handle(struct usbhs_priv *priv,
char *msg;

uep = usbhsg_gpriv_to_nth_uep(gpriv, nth);
if (!usbhsg_uep_to_pipe(uep)) {
dev_err(dev, "wrong recip request\n");
return -EINVAL;
}

switch (recip) {
case USB_RECIP_DEVICE:
Expand Down

0 comments on commit ea2b3e1

Please sign in to comment.