diff options
Diffstat (limited to 'drivers/usb/atm/ueagle-atm.c')
-rw-r--r-- | drivers/usb/atm/ueagle-atm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/atm/ueagle-atm.c b/drivers/usb/atm/ueagle-atm.c index aa072ad953a6..956cd9e82dee 100644 --- a/drivers/usb/atm/ueagle-atm.c +++ b/drivers/usb/atm/ueagle-atm.c | |||
@@ -1705,8 +1705,8 @@ static struct usbatm_driver uea_usbatm_driver = { | |||
1705 | .atm_start = uea_atm_open, | 1705 | .atm_start = uea_atm_open, |
1706 | .unbind = uea_unbind, | 1706 | .unbind = uea_unbind, |
1707 | .heavy_init = uea_heavy, | 1707 | .heavy_init = uea_heavy, |
1708 | .in = UEA_BULK_DATA_PIPE, | 1708 | .bulk_in = UEA_BULK_DATA_PIPE, |
1709 | .out = UEA_BULK_DATA_PIPE, | 1709 | .bulk_out = UEA_BULK_DATA_PIPE, |
1710 | }; | 1710 | }; |
1711 | 1711 | ||
1712 | static int uea_probe(struct usb_interface *intf, const struct usb_device_id *id) | 1712 | static int uea_probe(struct usb_interface *intf, const struct usb_device_id *id) |