[PATCH] MFD: sm501, fix lock imbalance

From: Jiri Slaby
Date: Sun Jun 21 2009 - 18:00:24 EST


Add omitted unlock in sm501_unit_power.

Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx>
---
drivers/mfd/sm501.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/sm501.c b/drivers/mfd/sm501.c
index 4c7b796..0cc5eef 100644
--- a/drivers/mfd/sm501.c
+++ b/drivers/mfd/sm501.c
@@ -367,7 +367,8 @@ int sm501_unit_power(struct device *dev, unsigned int unit, unsigned int to)
break;

default:
- return -1;
+ gate = -1;
+ goto already;
}

writel(mode, sm->regs + SM501_POWER_MODE_CONTROL);
--
1.6.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/