Home
last modified time | relevance | path

Searched hist:bbf831df (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/misc/ibmasm/
H A Dmodule.cbbf831df Mon Sep 09 00:15:52 CDT 2013 Jingoo Han <jg1.han@samsung.com> misc: ibmasm: 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>
bbf831df Mon Sep 09 00:15:52 CDT 2013 Jingoo Han <jg1.han@samsung.com> misc: ibmasm: 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>