[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)
commit11551ca3b68bf7549ff87390fe6dbc805977563a
treeca46eba3c334a816e993d403e58cc055a9accef0
parenta59ed48f0c35b47e3cf22fa90678d51e77118b56
[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