From: Viresh Kumar Date: Thu, 4 Sep 2014 12:01:26 +0000 (+0530) Subject: power-supply: Drop unnecessary typecasts X-Git-Tag: fixes-against-v3.18-rc2~70^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80cf421432bab7327891e7e8afe027fafb4c27b;p=pandora-kernel.git 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 Signed-off-by: Sebastian Reichel --- Reading git-diff-tree failed