]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] s5p-mfc: remove redundant return value check of platform_get_resource()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 12 Jul 2016 11:27:59 +0000 (08:27 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 24 Aug 2016 16:31:13 +0000 (13:31 -0300)
commit05b72d439208f94ad2333d6323835f89890a3a9f
tree2cd2217c67718d021851e488d2bd49b431af89a3
parent02d9a33a028f46e4b924ea00b4bbcde3a1243100
[media] s5p-mfc: remove redundant return value check of platform_get_resource()

Remove unneeded error handling on the result of a call
to platform_get_resource() when the value is passed to
devm_ioremap_resource().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/s5p-mfc/s5p_mfc.c