Re: [PATCH 2/3] staging: dgnc: Remove casting the return value whichis a void pointer

From: 'Greg Kroah-Hartman'
Date: Wed Sep 25 2013 - 19:04:37 EST


On Mon, Sep 09, 2013 at 02:18:55PM +0900, Jingoo Han wrote:
> 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@xxxxxxxxxxx>
> ---
> drivers/staging/dgnc/dgnc_driver.c | 4 ++--
> drivers/staging/dgnc/dgnc_sysfs.c | 22 +++++++++++-----------
> 2 files changed, 13 insertions(+), 13 deletions(-)

No longer applies, please refresh against the latest linux-next release.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/