aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mc13xxx-core.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-11-11 16:47:50 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2011-01-14 12:37:37 +0100
commite1b88eb0e08335d2f6c00b35b67b4ffc78fd46d6 (patch)
tree510db2f4086375a9c15eef15bdd93bf0b700d24d /drivers/mfd/mc13xxx-core.c
parentmfd: Include <linux/gpio.h> instead of <asm/gpio.h> (diff)
downloadlinux-dev-e1b88eb0e08335d2f6c00b35b67b4ffc78fd46d6.tar.xz
linux-dev-e1b88eb0e08335d2f6c00b35b67b4ffc78fd46d6.zip
mfd: Don't open-code mc13xxx_unlock
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/mc13xxx-core.c')
-rw-r--r--drivers/mfd/mc13xxx-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/mc13xxx-core.c b/drivers/mfd/mc13xxx-core.c
index a2ac2ed6d64c..b9fcaf0004da 100644
--- a/drivers/mfd/mc13xxx-core.c
+++ b/drivers/mfd/mc13xxx-core.c
@@ -749,7 +749,7 @@ static int mc13xxx_probe(struct spi_device *spi)
if (ret) {
err_mask:
err_revision:
- mutex_unlock(&mc13xxx->lock);
+ mc13xxx_unlock(mc13xxx);
dev_set_drvdata(&spi->dev, NULL);
kfree(mc13xxx);
return ret;