Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285448
b: refs/heads/master
c: b16ec6f
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Dec 30, 2011
1 parent 540b30a commit a4cfec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c6563cbf87b24d509e2f41d220637179cd16b9fc
refs/heads/master: b16ec6f735b8f8588c7c3e7703f7ad6267715eb8
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/tm6000/tm6000-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,13 +408,13 @@ int tm6000_ir_init(struct tm6000_core *dev)
if (!dev->ir_codes)
return 0;

dprintk(2, "%s\n",__func__);

ir = kzalloc(sizeof(*ir), GFP_ATOMIC);
rc = rc_allocate_device();
if (!ir || !rc)
goto out;

dprintk(2, "%s\n", __func__);

/* record handles to ourself */
ir->dev = dev;
dev->ir = ir;
Expand Down

0 comments on commit a4cfec8

Please sign in to comment.