Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357079
b: refs/heads/master
c: e5d85b9
h: refs/heads/master
i:
  357077: badada3
  357075: 1a78ada
  357071: 636a2b1
v: v3
  • Loading branch information
Jesper Juhl authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent 4b220ae commit 68221c2
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: 1c12bf8de7e1557afeedd55d9bcec6b6a6d7b5d1
refs/heads/master: e5d85b9ac3133f67460ea5b2d4e33e0473d6eb4b
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/gpio-ir-recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ static int __devinit gpio_ir_recv_probe(struct platform_device *pdev)
err_request_irq:
platform_set_drvdata(pdev, NULL);
rc_unregister_device(rcdev);
rcdev = NULL;
err_register_rc_device:
err_gpio_direction_input:
gpio_free(pdata->gpio_nr);
err_gpio_request:
rc_free_device(rcdev);
rcdev = NULL;
err_allocate_device:
kfree(gpio_dev);
return rc;
Expand Down

0 comments on commit 68221c2

Please sign in to comment.