summaryrefslogtreecommitdiff
path: root/bcm5974.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcm5974.c')
-rw-r--r--bcm5974.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bcm5974.c b/bcm5974.c
index bc00a38..e1876c6 100644
--- a/bcm5974.c
+++ b/bcm5974.c
@@ -377,7 +377,7 @@ static void irq_button(struct urb *urb)
377 } 377 }
378 378
379 if (report_bt_state(dev, dev->bt_urb->actual_length)) { 379 if (report_bt_state(dev, dev->bt_urb->actual_length)) {
380 dprintk(1, "bcm5974: bad button package, length: %d)\n", 380 dprintk(1, "bcm5974: bad button package, length: %d\n",
381 dev->bt_urb->actual_length); 381 dev->bt_urb->actual_length);
382 goto exit; 382 goto exit;
383 } 383 }
@@ -416,7 +416,7 @@ static void irq_trackpad(struct urb *urb)
416 } 416 }
417 417
418 if (report_tp_state(dev, dev->tp_urb->actual_length)) { 418 if (report_tp_state(dev, dev->tp_urb->actual_length)) {
419 dprintk(1, "bcm5974: bad trackpad package, length: %d)\n", 419 dprintk(1, "bcm5974: bad trackpad package, length: %d\n",
420 dev->tp_urb->actual_length); 420 dev->tp_urb->actual_length);
421 goto exit; 421 goto exit;
422 } 422 }