Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202113
b: refs/heads/master
c: 49b7a12
h: refs/heads/master
i:
  202111: 10e9a6f
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Aug 2, 2010
1 parent c65098a commit 254d9cf
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: 5c79b496a713dac1a706845bdd047aae15421ef5
refs/heads/master: 49b7a12c0aa217c9fb163d330b5b80bafe55cb8b
2 changes: 1 addition & 1 deletion trunk/drivers/media/IR/ir-lirc-codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static int ir_lirc_register(struct input_dev *input_dev)
return rc;

rbuf = kzalloc(sizeof(struct lirc_buffer), GFP_KERNEL);
if (!drv)
if (!rbuf)
goto rbuf_alloc_failed;

rc = lirc_buffer_init(rbuf, sizeof(int), LIRCBUF_SIZE);
Expand Down

0 comments on commit 254d9cf

Please sign in to comment.