Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330971
b: refs/heads/master
c: 4b96118
h: refs/heads/master
i:
  330969: 8d2bb38
  330967: 97ce4e3
v: v3
  • Loading branch information
Ben Hutchings authored and Mauro Carvalho Chehab committed Sep 14, 2012
1 parent 92eacc1 commit f49afd0
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: 612cd9e87496cc34c29ff3a3c0adb52cd816c3b6
refs/heads/master: 4b961180ef275035b1538317ffd0e21e80e63e77
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/ite-cir.c
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,7 @@ static int ite_probe(struct pnp_dev *pdev, const struct pnp_device_id
rdev = rc_allocate_device();
if (!rdev)
goto failure;
itdev->rdev = rdev;

ret = -ENODEV;

Expand Down Expand Up @@ -1604,7 +1605,6 @@ static int ite_probe(struct pnp_dev *pdev, const struct pnp_device_id
if (ret)
goto failure3;

itdev->rdev = rdev;
ite_pr(KERN_NOTICE, "driver has been successfully loaded\n");

return 0;
Expand Down

0 comments on commit f49afd0

Please sign in to comment.