summaryrefslogtreecommitdiff
path: root/bcm5974.c
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-10-08 23:19:56 +0200
committerHenrik Rydberg <rydberg@euromail.se>2008-10-08 23:19:56 +0200
commitd7e13b9eb682d7008b94d050ad35804d46f76750 (patch)
tree8757a4d31ebf89da4f0c4ef3673abbc6bcd3f32f /bcm5974.c
parent4e9ef6f50ac1df020d572924dd57304655fb535d (diff)
bcm5974 (0.52) unstable; urgency=low
* Typo in the post-install script. -- Henrik Rydberg <rydberg@euromail.se> Mon, 07 Jul 2008 20:09:39 +0200
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 }