From: Sylwester Nawrocki Date: Thu, 18 Apr 2013 16:49:23 +0000 (-0300) Subject: [media] exynos4-is: Remove redundant module_put() for MIPI-CSIS module X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~104^2^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11551ca3b68bf7549ff87390fe6dbc805977563a;p=pandora-kernel.git [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 Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed