Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275800
b: refs/heads/master
c: 0e042be
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Aring authored and Greg Kroah-Hartman committed Nov 14, 2011
1 parent 1fafbab commit da56d34
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: 05bb7013038a2b609aef14ad4e07afe031daec49
refs/heads/master: 0e042be348b864a57a8a452aaa7ec49be5fb9e59
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/fsl_udc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ static void dtd_complete_irq(struct fsl_udc *udc)

static inline enum usb_device_speed portscx_device_speed(u32 reg)
{
switch (speed & PORTSCX_PORT_SPEED_MASK) {
switch (reg & PORTSCX_PORT_SPEED_MASK) {
case PORTSCX_PORT_SPEED_HIGH:
return USB_SPEED_HIGH;
case PORTSCX_PORT_SPEED_FULL:
Expand Down

0 comments on commit da56d34

Please sign in to comment.