Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193142
b: refs/heads/master
c: 5f6e3c8
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 4b35085 commit a06d962
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: f03900d696079fa1e93c91af0e49c55b9b7dd105
refs/heads/master: 5f6e3c8e34bc02800b499e09828ac1061e004977
2 changes: 1 addition & 1 deletion trunk/drivers/media/IR/imon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ static struct input_dev *imon_init_idev(struct imon_context *ictx)
}

ir = kzalloc(sizeof(struct ir_input_dev), GFP_KERNEL);
if (!props) {
if (!ir) {
dev_err(ictx->dev, "remote ir input dev allocation failed\n");
goto ir_dev_alloc_failed;
}
Expand Down

0 comments on commit a06d962

Please sign in to comment.