Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208145
b: refs/heads/master
c: 20cd195
h: refs/heads/master
i:
  208143: 2a25ed5
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Aug 9, 2010
1 parent d652b72 commit 9581da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: d69e85b644dbc8c68dec3b4149941989d4bcc66f
refs/heads/master: 20cd19597238723237d214dbab18c0b7c68c5814
5 changes: 1 addition & 4 deletions trunk/drivers/media/IR/imon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1944,7 +1944,6 @@ static struct imon_context *imon_init_intf0(struct usb_interface *intf)

urb_submit_failed:
ir_input_unregister(ictx->idev);
input_free_device(ictx->idev);
idev_setup_failed:
find_endpoint_failed:
mutex_unlock(&ictx->lock);
Expand Down Expand Up @@ -2014,10 +2013,8 @@ static struct imon_context *imon_init_intf1(struct usb_interface *intf,
return ictx;

urb_submit_failed:
if (ictx->touch) {
if (ictx->touch)
input_unregister_device(ictx->touch);
input_free_device(ictx->touch);
}
touch_setup_failed:
find_endpoint_failed:
mutex_unlock(&ictx->lock);
Expand Down

0 comments on commit 9581da4

Please sign in to comment.