Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367085
b: refs/heads/master
c: 7d54ba0
h: refs/heads/master
i:
  367083: 3170071
v: v3
  • Loading branch information
Kevin Baradon authored and Mauro Carvalho Chehab committed Apr 23, 2013
1 parent 44e32f9 commit 960e5d9
Show file tree
Hide file tree
Showing 2 changed files with 9 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: f7d141b312702d33449809b823894c486e6d9770
refs/heads/master: 7d54ba0e37130edda335e7f373f193014ede2a12
9 changes: 8 additions & 1 deletion trunk/drivers/media/rc/imon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,14 @@ static int imon_probe(struct usb_interface *interface,
}

} else {
/* this is the secondary interface on the device */
/* this is the secondary interface on the device */

/* fail early if first intf failed to register */
if (!first_if_ctx) {
ret = -ENODEV;
goto fail;
}

ictx = imon_init_intf1(interface, first_if_ctx);
if (!ictx) {
pr_err("failed to attach to context!\n");
Expand Down

0 comments on commit 960e5d9

Please sign in to comment.