]> git.baikalelectronics.ru Git - kernel.git/commit
[media] exynos-gsc: Remove redundant use of of_match_ptr macro
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 23 May 2013 03:51:18 +0000 (00:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 13 Jun 2013 00:51:14 +0000 (21:51 -0300)
commite7cbb6d92ea6804816a0abd246ef6dc286424af6
tree507ce1e96caf31c24d5d489f331f2cf8833dd747
parentde07336bcd58de2331ecb5e6c7165befbc11b34a
[media] exynos-gsc: Remove redundant use of of_match_ptr macro

This is a DT only driver and exynos_gsc_match is always compiled
in. Hence of_match_ptr is unnecessary.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/exynos-gsc/gsc-core.c