commit | 86515b7de86443775cf5e821e52df4c0adf528ab | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Aug 29 12:45:27 2014 +0900 |
committer | Sebastian Reichel <sre@kernel.org> | Sat Sep 06 21:07:40 2014 +0200 |
tree | de22f134b4e37cc6fba08b08f0ad6e826f0eed0b | |
parent | a8adcc9012d8502e06ba7b3f966bad8f2c58edc3 [diff] |
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 <jg1.han@samsung.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>