Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331032
b: refs/heads/master
c: 6ea7cf7
h: refs/heads/master
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent c1d3ec2 commit af38232
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 24e527a0e7b23ca0158a4251157d234e156f88ca
refs/heads/master: 6ea7cf7680d872d199ae3d87c5897def3b8da1f7
5 changes: 3 additions & 2 deletions trunk/drivers/media/rc/redrat3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1217,9 +1217,10 @@ static int __devinit redrat3_dev_probe(struct usb_interface *intf,
rr3->carrier = 38000;

rr3->rc = redrat3_init_rc_dev(rr3);
if (!rr3->rc)
if (!rr3->rc) {
retval = -ENOMEM;
goto error;

}
setup_timer(&rr3->rx_timeout, redrat3_rx_timeout, (unsigned long)rr3);

/* we can register the device now, as it is ready */
Expand Down

0 comments on commit af38232

Please sign in to comment.