Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260788
b: refs/heads/master
c: 4fd9fcf
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Dmitry Torokhov committed Jul 20, 2011
1 parent ba43ee8 commit a878771
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: e449edbb91decd0260105fadd4f5fcc3ce170e01
refs/heads/master: 4fd9fcf7c1ee6c339504525b43ad5e77334ff1b5
2 changes: 1 addition & 1 deletion trunk/drivers/input/misc/kxtj9.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ static int __devinit kxtj9_setup_input_device(struct kxtj9_data *tj9)
int err;

input_dev = input_allocate_device();
if (!tj9->input_dev) {
if (!input_dev) {
dev_err(&tj9->client->dev, "input device allocate failed\n");
return -ENOMEM;
}
Expand Down

0 comments on commit a878771

Please sign in to comment.