Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58498
b: refs/heads/master
c: 4f179f7
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Dmitry Torokhov committed Jul 10, 2007
1 parent f6fd07d commit 824125a
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: 2f1d076a220bf57270020a1e756a9f34108b9338
refs/heads/master: 4f179f71607382888c5ce5385a4ee136e1a2002a
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/serio_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static ssize_t serio_raw_read(struct file *file, char __user *buffer, size_t cou
{
struct serio_raw_list *list = file->private_data;
struct serio_raw *serio_raw = list->serio_raw;
char c;
char uninitialized_var(c);
ssize_t retval = 0;

if (!serio_raw->serio)
Expand Down

0 comments on commit 824125a

Please sign in to comment.