OSDN Git Service

staging: rts5208: Remove casting the return value which is a void pointer
authorJingoo Han <jg1.han@samsung.com>
Fri, 29 Aug 2014 03:51:24 +0000 (12:51 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 21:07:37 +0000 (14:07 -0700)
commit35d49555eaa2df1135dbb5876acf462c5b657174
tree2cd9744ba8f4082460636b1ded871a08ff38f077
parent30e94a564d079f71f53368733720caa0c7c413c8
staging: rts5208: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/rtsx.c