]> git.baikalelectronics.ru Git - kernel.git/commit
[media] ngene: Remove casting the return value which is a void pointer
authorJingoo Han <jg1.han@samsung.com>
Mon, 9 Sep 2013 05:55:14 +0000 (02:55 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 31 Oct 2013 06:53:59 +0000 (04:53 -0200)
commit42b7c6490dcc327a5a9194828cda4fa976472ee5
tree04f1e84fc7a7374113351442e8453c085e2b0a67
parent4993fbd2b4adf8ab007633d497930abb5ccc0ee0
[media] ngene: Remove casting the return value which is a void pointer

Casting the return value which is a void pointer is redundant.
The conversion from void pointer to any other pointer type is
guaranteed by the C programming language.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/pci/ngene/ngene-core.c