Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30557
b: refs/heads/master
c: 8a3cf45
h: refs/heads/master
i:
  30555: 9a5ddf5
v: v3
  • Loading branch information
Richard Purdie authored and Dmitry Torokhov committed Jun 26, 2006
1 parent 18cd7f8 commit e893048
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: 62f7caf9273e3596aab1ec399b5c1e02cfb390da
refs/heads/master: 8a3cf456adbde8317a15fc038cfe82c630512f2e
2 changes: 1 addition & 1 deletion trunk/drivers/input/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ static ssize_t input_dev_show_modalias(struct class_device *dev, char *buf)

len = input_print_modalias(buf, PAGE_SIZE, id, 1);

return max_t(int, len, PAGE_SIZE);
return min_t(int, len, PAGE_SIZE);
}
static CLASS_DEVICE_ATTR(modalias, S_IRUGO, input_dev_show_modalias, NULL);

Expand Down

0 comments on commit e893048

Please sign in to comment.