diff options
Diffstat (limited to 'drivers/isdn/gigaset/usb-gigaset.c')
-rw-r--r-- | drivers/isdn/gigaset/usb-gigaset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/usb-gigaset.c b/drivers/isdn/gigaset/usb-gigaset.c index 6e05d9d4a51a..4ffa9eb1c28e 100644 --- a/drivers/isdn/gigaset/usb-gigaset.c +++ b/drivers/isdn/gigaset/usb-gigaset.c | |||
@@ -362,7 +362,7 @@ static void gigaset_modem_fill(unsigned long data) | |||
362 | * | 362 | * |
363 | * It is called if the data was received from the device. | 363 | * It is called if the data was received from the device. |
364 | */ | 364 | */ |
365 | static void gigaset_read_int_callback(struct urb *urb, struct pt_regs *regs) | 365 | static void gigaset_read_int_callback(struct urb *urb) |
366 | { | 366 | { |
367 | struct inbuf_t *inbuf = urb->context; | 367 | struct inbuf_t *inbuf = urb->context; |
368 | struct cardstate *cs = inbuf->cs; | 368 | struct cardstate *cs = inbuf->cs; |
@@ -420,7 +420,7 @@ static void gigaset_read_int_callback(struct urb *urb, struct pt_regs *regs) | |||
420 | 420 | ||
421 | 421 | ||
422 | /* This callback routine is called when data was transmitted to the device. */ | 422 | /* This callback routine is called when data was transmitted to the device. */ |
423 | static void gigaset_write_bulk_callback(struct urb *urb, struct pt_regs *regs) | 423 | static void gigaset_write_bulk_callback(struct urb *urb) |
424 | { | 424 | { |
425 | struct cardstate *cs = urb->context; | 425 | struct cardstate *cs = urb->context; |
426 | unsigned long flags; | 426 | unsigned long flags; |