From 86515b7de86443775cf5e821e52df4c0adf528ab Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Fri, 29 Aug 2014 12:45:27 +0900 Subject: [PATCH] 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-format-patch failed