Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330539
b: refs/heads/master
c: 59683b3
h: refs/heads/master
i:
  330537: e29458e
  330535: 434df07
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Sep 15, 2012
1 parent e0f2f55 commit d119165
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8e6db30de7f994d388d996d508cf1ca043f2a455
refs/heads/master: 59683b38b2e82a5d68ce11b8caa9d99ad69f7d76
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/m5mols/m5mols_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ static int __devinit m5mols_probe(struct i2c_client *client,

ret = m5mols_sensor_power(info, true);
if (ret)
goto out_me;
goto out_irq;

ret = m5mols_fw_start(sd);
if (!ret)
Expand All @@ -940,6 +940,8 @@ static int __devinit m5mols_probe(struct i2c_client *client,
m5mols_sensor_power(info, false);
if (!ret)
return 0;
out_irq:
free_irq(client->irq, sd);
out_me:
media_entity_cleanup(&sd->entity);
out_reg:
Expand Down

0 comments on commit d119165

Please sign in to comment.