Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39797
b: refs/heads/master
c: 2920349
h: refs/heads/master
i:
  39795: ef4f39a
v: v3
  • Loading branch information
Eric Sesterhenn authored and Greg Kroah-Hartman committed Oct 17, 2006
1 parent f1a0d55 commit 874a724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d32e3ae5972641ee9eb813e7a5c44a2b85d3694
refs/heads/master: 2920349d438ec08d2b1f6761c8b78b8d13fd1dee
3 changes: 1 addition & 2 deletions trunk/drivers/usb/input/wacom_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ static int wacom_probe(struct usb_interface *intf, const struct usb_device_id *i
strlcat(wacom->phys, "/input0", sizeof(wacom->phys));

wacom_wac->features = get_wacom_feature(id);
if (wacom_wac->features->pktlen > 10)
BUG();
BUG_ON(wacom_wac->features->pktlen > 10);

input_dev->name = wacom_wac->features->name;
wacom->wacom_wac = wacom_wac;
Expand Down

0 comments on commit 874a724

Please sign in to comment.