diff options
Diffstat (limited to 'drivers/bluetooth/bpa10x.c')
-rw-r--r-- | drivers/bluetooth/bpa10x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/bpa10x.c b/drivers/bluetooth/bpa10x.c index e0231dc2cb1a..9fca6513562d 100644 --- a/drivers/bluetooth/bpa10x.c +++ b/drivers/bluetooth/bpa10x.c | |||
@@ -263,7 +263,7 @@ static void bpa10x_wakeup(struct bpa10x_data *data) | |||
263 | } | 263 | } |
264 | } | 264 | } |
265 | 265 | ||
266 | static void bpa10x_complete(struct urb *urb, struct pt_regs *regs) | 266 | static void bpa10x_complete(struct urb *urb) |
267 | { | 267 | { |
268 | struct bpa10x_data *data = urb->context; | 268 | struct bpa10x_data *data = urb->context; |
269 | unsigned char *buf = urb->transfer_buffer; | 269 | unsigned char *buf = urb->transfer_buffer; |