From: Paul Parsons Date: Fri, 21 Sep 2012 23:49:45 +0000 (-0700) Subject: pda_power: Remove ac_draw_failed goto and label X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c10a002a2b4af557730e71591c529fbdf355433f;p=pandora-kernel.git pda_power: Remove ac_draw_failed goto and label A previous patch added the ac_draw_failed goto and label to pda_power_probe(). The goto would be invoked after a failed call to regulator_get(). However the way ac_draw is used - always after a check for NULL - suggests that a failed call to regulator_get() was not fatal. This patch removes the ac_draw_failed goto and label, partly reverting the previous patch. This patch also removes the assignment of an error code to ret after a failed call to regulator_get(), since the error code is now never used. Signed-off-by: Paul Parsons Cc: Philipp Zabel Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed