power-supply: Drop unnecessary typecasts
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 4 Sep 2014 12:01:26 +0000 (17:31 +0530)
committerSebastian Reichel <sre@kernel.org>
Tue, 16 Sep 2014 09:01:29 +0000 (11:01 +0200)
commite80cf421432bab7327891e7e8afe027fafb4c27b
tree45524a35d153008f0679ebe4e831aa25d8bf428b
parent3c5f8853469d3e549799808b9bf639b5d32751f0
power-supply: Drop unnecessary typecasts

Typecast from 'void *' to any other pointer type falls under implicit typecasts
category and so doesn't require explicit typecasts. Drop them.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/power_supply_core.c