commit | 20055477566958e751a20290aa45ae21bd4b5e11 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Sep 09 14:14:50 2013 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 26 08:53:23 2013 -0700 |
tree | 302a5b408170abb77f024c5e6f8b89cd93690985 | |
parent | 37ecdbb012bf3a466d4dda85a93d1c69dc483d3a [diff] |
char: xilinx_hwicap: 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>