Home
last modified time | relevance | path

Searched hist:"4190390 ad282e5f69bdb02af094c09787f34ca38" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dmpc52xx_uart.cdiff 4190390ad282e5f69bdb02af094c09787f34ca38 Mon Sep 09 00:11:17 CDT 2013 Jingoo Han <jg1.han@samsung.com> serial: mpc512x: 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>