From: Jingoo Han Date: Wed, 25 Sep 2013 23:35:49 +0000 (+0900) Subject: staging: dgnc: Remove casting the return value which is a void pointer X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~586 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e4f66b448c650851b1e16cae08f9700e403c341;p=pandora-kernel.git staging: dgnc: 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. CC: Lidza Louina Signed-off-by: Jingoo Han Signed-off-by: Fengguang Wu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed