Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130421
b: refs/heads/master
c: be5d0c8
h: refs/heads/master
i:
  130419: 2d943be
v: v3
  • Loading branch information
Oliver Neukum authored and Jiri Kosina committed Jan 29, 2009
1 parent 01a9538 commit 050e518
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: 0fb21de0799a985d2da3da14ae5625d724256638
refs/heads/master: be5d0c837cf8e43458c5757be5df4837a2803d08
2 changes: 1 addition & 1 deletion trunk/drivers/hid/usbhid/hiddev.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ static long hiddev_ioctl(struct file *file, unsigned int cmd, unsigned long arg)

case HIDIOCGSTRING:
mutex_lock(&hiddev->existancelock);
if (!hiddev->exist)
if (hiddev->exist)
r = hiddev_ioctl_string(hiddev, cmd, user_arg);
else
r = -ENODEV;
Expand Down

0 comments on commit 050e518

Please sign in to comment.