diff options
-rw-r--r-- | drivers/mfd/mc13xxx-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/mc13xxx-core.c b/drivers/mfd/mc13xxx-core.c index 1ec79b54bd2f..1aba0238f426 100644 --- a/drivers/mfd/mc13xxx-core.c +++ b/drivers/mfd/mc13xxx-core.c | |||
@@ -676,7 +676,6 @@ int mc13xxx_common_init(struct mc13xxx *mc13xxx, | |||
676 | err_mask: | 676 | err_mask: |
677 | err_revision: | 677 | err_revision: |
678 | mc13xxx_unlock(mc13xxx); | 678 | mc13xxx_unlock(mc13xxx); |
679 | kfree(mc13xxx); | ||
680 | return ret; | 679 | return ret; |
681 | } | 680 | } |
682 | 681 | ||