aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd/commit.c
diff options
context:
space:
mode:
authorPaul Parsons <[email protected]>2012-09-21 16:49:45 -0700
committerAnton Vorontsov <[email protected]>2012-09-21 16:50:11 -0700
commitc10a002a2b4af557730e71591c529fbdf355433f (patch)
treee384dd5d6653aef529513725ef3bbb88f7d7553d /fs/jbd/commit.c
parent3950c7865cd7c963982a2c94457182b96732f4c9 (diff)
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 <[email protected]> Cc: Philipp Zabel <[email protected]> Signed-off-by: Anton Vorontsov <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions