Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273694
b: refs/heads/master
c: fff96b6
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Nov 3, 2011
1 parent 1478df4 commit 6807826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3dcc731a93679d75a1f90a969b34aa9d7acd1cbf
refs/heads/master: fff96b6685d6fec14deaacbce9e27fbb8feed53d
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/soc_camera_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ static int soc_camera_platform_probe(struct platform_device *pdev)
static int soc_camera_platform_remove(struct platform_device *pdev)
{
struct soc_camera_platform_priv *priv = get_priv(pdev);
struct soc_camera_platform_info *p = v4l2_get_subdevdata(&priv->subdev);

p->icd->control = NULL;
v4l2_device_unregister_subdev(&priv->subdev);
platform_set_drvdata(pdev, NULL);
kfree(priv);
Expand Down

0 comments on commit 6807826

Please sign in to comment.