serial: arc_uart: Remove casting the return value which is a void pointer
commit0d8570ad7ec99f4c89135657ea2821bdae78423f
authorJingoo Han <jg1.han@samsung.com>
Mon, 9 Sep 2013 05:06:45 +0000 (9 14:06 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 21:29:58 +0000 (26 14:29 -0700)
tree347518ceb237104e4d60de9d8bd0cf3fc4849d52
parent7fb8c56c7fa0fa11168d3788d4591951bec27f4b
serial: arc_uart: 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>
Acked-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/arc_uart.c