]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: au1100fb: Remove casting the return value which is a void pointer
authorJingoo Han <jg1.han@samsung.com>
Mon, 9 Sep 2013 05:49:14 +0000 (14:49 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 19 Sep 2013 10:30:05 +0000 (13:30 +0300)
commit5a7bbe86b0b99b1075b97d812946a84ed5fda9ff
treec8d517435eae3455fc1c47b28eab475d92636bd7
parent272b98c6455f00884f0350f775c5342358ebb73f
video: au1100fb: 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: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/au1100fb.c