From: Jingoo Han Date: Fri, 29 Aug 2014 03:45:27 +0000 (+0900) Subject: power: charger-manager: Remove casting the return value which is a void pointer X-Git-Tag: fixes-against-v3.18-rc2~70^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86515b7de86443775cf5e821e52df4c0adf528ab;p=pandora-kernel.git power: charger-manager: 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 Signed-off-by: Sebastian Reichel --- Reading git-diff-tree failed