]> git.baikalelectronics.ru Git - kernel.git/commit
[media] exynos4-is: Remove redundant module_put() for MIPI-CSIS module
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Thu, 18 Apr 2013 16:49:23 +0000 (13:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Apr 2013 12:36:25 +0000 (09:36 -0300)
commit877f2ca4373c24f1da020fa516034a549fd79fb6
treeca46eba3c334a816e993d403e58cc055a9accef0
parent5aa59ffa9413f0db8b7274b4ada1986fd7c959e2
[media] exynos4-is: Remove redundant module_put() for MIPI-CSIS module

Currently there is unbalanced module_put() on the s5p-csis module
which prevents it from being unloaded. The subdev's owner module
has reference count decremented in v4l2_device_unregister_subdev()
so just remove this erroneous call.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/exynos4-is/media-dev.c