Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226294
b: refs/heads/master
c: 5ae094c
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent e9ef2ad commit da9e346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 5ad1a55542dd69d2c6aa7db5ca79073d693bbfed
refs/heads/master: 5ae094cea1b4f3715ee6ea4f49d0b36d564f90e7
6 changes: 1 addition & 5 deletions trunk/drivers/media/video/cx231xx/cx231xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,18 +784,14 @@ static int cx231xx_init_dev(struct cx231xx **devhandle, struct usb_device *udev,
retval = cx231xx_register_analog_devices(dev);
if (retval < 0) {
cx231xx_release_resources(dev);
goto fail_reg_devices;
return retval;
}

cx231xx_ir_init(dev);

cx231xx_init_extension(dev);

return 0;

fail_reg_devices:
mutex_unlock(&dev->lock);
return retval;
}

#if defined(CONFIG_MODULES) && defined(MODULE)
Expand Down

0 comments on commit da9e346

Please sign in to comment.