Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306348
b: refs/heads/master
c: b22b9f3
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed May 14, 2012
1 parent f9f47ab commit 5200bea
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5bfa474b54622f646f03e19c3c9192a95ca65ae2
refs/heads/master: b22b9f3200fcde1817e5ccad9b8aaf794fb46119
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/mt9m032.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,9 @@ static int mt9m032_remove(struct i2c_client *client)
struct v4l2_subdev *subdev = i2c_get_clientdata(client);
struct mt9m032 *sensor = to_mt9m032(subdev);

v4l2_device_unregister_subdev(&sensor->subdev);
v4l2_device_unregister_subdev(subdev);
v4l2_ctrl_handler_free(&sensor->ctrls);
media_entity_cleanup(&sensor->subdev.entity);
media_entity_cleanup(&subdev->entity);
mutex_destroy(&sensor->lock);
kfree(sensor);
return 0;
Expand Down

0 comments on commit 5200bea

Please sign in to comment.