|
@@ -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;
|
|
@@ -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);
|