From 49d7b6aa6666d31b6ca7476f9dcb9209d141ae1c Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 26 Mar 2009 02:03:46 -0300 Subject: Really clean up, as promised in 1350d5dfaac7dadf6cab9e812f0acfabcce60e58 Signed-off-by: Werner Almesberger Reported-by: Tim Niemeyer --- drivers/power/pcf50606-charger.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'drivers/power') diff --git a/drivers/power/pcf50606-charger.c b/drivers/power/pcf50606-charger.c index fb02a798903..4f94b103c28 100644 --- a/drivers/power/pcf50606-charger.c +++ b/drivers/power/pcf50606-charger.c @@ -36,13 +36,14 @@ struct pcf50606_mbc { void pcf50606_charge_fast(struct pcf50606 *pcf, int on) { struct pcf50606_mbc *mbc = platform_get_drvdata(pcf->mbc_pdev); - /* this is a fix to work around boot-time ordering problems if - * the s3c2410_udc is initialized before the pcf50606 mbc is - * ready */ + + /* + * This is a fix to work around boot-time ordering problems if + * the s3c2410_udc is initialized before the pcf50606 mbc is + * ready. + */ if (!mbc) - { return; - } if (on) { pcf50606_reg_set_bit_mask(pcf, PCF50606_REG_MBCC1, -- cgit v1.2.3