Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367095
b: refs/heads/master
c: e41a35c
h: refs/heads/master
i:
  367093: c145e74
  367091: 1677e2b
  367087: 22daa6a
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Apr 25, 2013
1 parent 16d3c20 commit f87f47e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 1bc515ac6e60c6437422c98fb3be89b3b0802286
refs/heads/master: e41a35cb4be81a56664c52c94ddbdb740dca4f63
4 changes: 4 additions & 0 deletions trunk/drivers/media/platform/exynos4-is/media-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,10 @@ static void fimc_md_unregister_entities(struct fimc_md *fmd)
fimc_md_unregister_sensor(fmd->sensor[i].subdev);
fmd->sensor[i].subdev = NULL;
}

if (fmd->fimc_is)
v4l2_device_unregister_subdev(&fmd->fimc_is->isp.subdev);

v4l2_info(&fmd->v4l2_dev, "Unregistered all entities\n");
}

Expand Down

0 comments on commit f87f47e

Please sign in to comment.