summaryrefslogtreecommitdiff
path: root/drivers/media/platform/soc_camera/sh_mobile_csi2.c
diff options
context:
space:
mode:
authorLad, Prabhakar <prabhakar.csengg@gmail.com>2015-03-02 11:54:07 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-03-03 11:21:41 -0300
commitc3718de559294649fc20dbd28b0db04dbf24e857 (patch)
tree738d57fd24685b3f48e7744907e9b53a920e42d4 /drivers/media/platform/soc_camera/sh_mobile_csi2.c
parent1fe0fbd69aa316c1846d58857756652134fc5311 (diff)
[media] media: drop call to v4l2_device_unregister_subdev()
These drivers are moved to support asynchronous probing, v4l2_async_unregister_subdev() unregisters the subdev so there isn't a need to explicitly call v4l2_device_unregister_subdev(). Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/soc_camera/sh_mobile_csi2.c')
-rw-r--r--drivers/media/platform/soc_camera/sh_mobile_csi2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/soc_camera/sh_mobile_csi2.c b/drivers/media/platform/soc_camera/sh_mobile_csi2.c
index c4e7aa0ee7e1..cd93241eb497 100644
--- a/drivers/media/platform/soc_camera/sh_mobile_csi2.c
+++ b/drivers/media/platform/soc_camera/sh_mobile_csi2.c
@@ -380,7 +380,6 @@ static int sh_csi2_remove(struct platform_device *pdev)
struct sh_csi2 *priv = container_of(subdev, struct sh_csi2, subdev);
v4l2_async_unregister_subdev(&priv->subdev);
- v4l2_device_unregister_subdev(subdev);
pm_runtime_disable(&pdev->dev);
return 0;