Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263870
b: refs/heads/master
c: 7b727ac
h: refs/heads/master
v: v3
  • Loading branch information
axel lin authored and Dmitry Torokhov committed Aug 27, 2011
1 parent dcc1afa commit 06d8466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1fab84aa635572fbd74df8fd4fd25ea0a24c76e5
refs/heads/master: 7b727acc412c9320dc56a0fd7312febf8710ac0e
2 changes: 1 addition & 1 deletion trunk/drivers/input/misc/cm109.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ static void cm109_toggle_buzzer_sync(struct cm109_dev *dev, int on)
le16_to_cpu(dev->ctl_req->wIndex),
dev->ctl_data,
USB_PKT_LEN, USB_CTRL_SET_TIMEOUT);
if (error && error != EINTR)
if (error < 0 && error != -EINTR)
err("%s: usb_control_msg() failed %d", __func__, error);
}

Expand Down

0 comments on commit 06d8466

Please sign in to comment.