From e80cf421432bab7327891e7e8afe027fafb4c27b Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Thu, 4 Sep 2014 17:31:26 +0530 Subject: [PATCH] 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-format-patch failed