Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195429
b: refs/heads/master
c: 6641445
h: refs/heads/master
i:
  195427: af2a00e
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed May 20, 2010
1 parent aa58f7c commit b5b5114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 993e33b032cfc072898bab78b8fa8b21bc666c7e
refs/heads/master: 6641445c3e05460c5164ab15a17fc4ee481ca213
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/u132-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ static void u132_hcd_endp_work_scheduler(struct work_struct *work)
return;
} else {
int retval;
u8 address = u132->addr[endp->usb_addr].address;
address = u132->addr[endp->usb_addr].address;
struct urb *urb = endp->urb_list[ENDP_QUEUE_MASK &
endp->queue_next];
endp->active = 1;
Expand Down Expand Up @@ -3120,8 +3120,8 @@ static int __devinit u132_probe(struct platform_device *pdev)
ftdi_elan_gone_away(pdev);
return -ENOMEM;
} else {
int retval = 0;
struct u132 *u132 = hcd_to_u132(hcd);
retval = 0;
hcd->rsrc_start = 0;
mutex_lock(&u132_module_lock);
list_add_tail(&u132->u132_list, &u132_static_list);
Expand Down

0 comments on commit b5b5114

Please sign in to comment.