]> Pileus Git - ~andy/linux/commit
[media] ddbridge: Remove casting the return value which is a void pointer
authorJingoo Han <jg1.han@samsung.com>
Mon, 9 Sep 2013 05:56:07 +0000 (02:56 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 31 Oct 2013 06:54:12 +0000 (04:54 -0200)
commit1fbf86a04e52dca0cebc65bd02725b6f982de4f2
tree76383d9dd6974d12a56b829b3fbffff7873eb9e5
parent0e7e4d26cf3437bf3510e98e3c6d05b422a6943a
[media] ddbridge: 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/ddbridge/ddbridge-core.c