aboutsummaryrefslogtreecommitdiff
path: root/drivers/power
diff options
context:
space:
mode:
authorWerner Almesberger <werner@openmoko.org>2009-03-26 02:03:46 -0300
committerWerner Almesberger <werner@openmoko.org>2009-03-26 02:03:46 -0300
commit49d7b6aa6666d31b6ca7476f9dcb9209d141ae1c (patch)
treeac0424e351a700cb9ec917e2cf2bbda5bd9b6f89 /drivers/power
parentc0cd6caf3b81ac82b75d8b9a32ce2ca332e26110 (diff)
Really clean up, as promised in 1350d5dfaac7dadf6cab9e812f0acfabcce60e58
Signed-off-by: Werner Almesberger <werner@openmoko.org> Reported-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/pcf50606-charger.c11
1 files changed, 6 insertions, 5 deletions
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,