Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11902
b: refs/heads/master
c: 189e2dd
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch authored and Linus Torvalds committed Oct 31, 2005
1 parent 2e134a1 commit 2a28eb0
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: 3f992e1bb7eab7b7af2b9ea46d2b80b1fed84845
refs/heads/master: 189e2dd1376c1eb2f3a717a15f1ed8c7d0b3811a
2 changes: 1 addition & 1 deletion trunk/drivers/char/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ hpet_ioctl_common(struct hpet_dev *devp, int cmd, unsigned long arg, int kernel)
break;
}

if (!arg || (arg & (arg - 1))) {
if (!arg) {
err = -EINVAL;
break;
}
Expand Down

0 comments on commit 2a28eb0

Please sign in to comment.