diff options
Diffstat (limited to 'drivers/isdn/hisax/st5481_b.c')
-rw-r--r-- | drivers/isdn/hisax/st5481_b.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/st5481_b.c b/drivers/isdn/hisax/st5481_b.c index aca2a3954b14..75d0f248e4ee 100644 --- a/drivers/isdn/hisax/st5481_b.c +++ b/drivers/isdn/hisax/st5481_b.c | |||
@@ -161,7 +161,7 @@ static void led_blink(struct st5481_adapter *adapter) | |||
161 | st5481_usb_device_ctrl_msg(adapter, GPIO_OUT, leds, NULL, NULL); | 161 | st5481_usb_device_ctrl_msg(adapter, GPIO_OUT, leds, NULL, NULL); |
162 | } | 162 | } |
163 | 163 | ||
164 | static void usb_b_out_complete(struct urb *urb, struct pt_regs *regs) | 164 | static void usb_b_out_complete(struct urb *urb) |
165 | { | 165 | { |
166 | struct st5481_bcs *bcs = urb->context; | 166 | struct st5481_bcs *bcs = urb->context; |
167 | struct st5481_b_out *b_out = &bcs->b_out; | 167 | struct st5481_b_out *b_out = &bcs->b_out; |