Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188781
b: refs/heads/master
c: f2984a3
h: refs/heads/master
i:
  188779: c12644a
v: v3
  • Loading branch information
Mike Frysinger authored and Greg Kroah-Hartman committed Mar 19, 2010
1 parent 636ecf0 commit 83902ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 872f8b42544c58dfa241956d220ada115a8e93c7
refs/heads/master: f2984a333fb5e325d478950c9d8af3693869e69c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/epautoconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ struct usb_ep * __init usb_ep_autoconfig (
}

#ifdef CONFIG_BLACKFIN
} else if (gadget_is_musbhsfc(gadget) || gadget_is_musbhdrc(gadget)) {
} else if (gadget_is_musbhdrc(gadget)) {
if ((USB_ENDPOINT_XFER_BULK == type) ||
(USB_ENDPOINT_XFER_ISOC == type)) {
if (USB_DIR_IN & desc->bEndpointAddress)
Expand Down

0 comments on commit 83902ee

Please sign in to comment.