diff options
| -rw-r--r-- | drivers/mfd/mc13xxx-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/mc13xxx-core.c b/drivers/mfd/mc13xxx-core.c index 1326e7f4263a..a2ac2ed6d64c 100644 --- a/drivers/mfd/mc13xxx-core.c +++ b/drivers/mfd/mc13xxx-core.c | |||
| @@ -795,6 +795,8 @@ static int __devexit mc13xxx_remove(struct spi_device *spi) | |||
| 795 | 795 | ||
| 796 | mfd_remove_devices(&spi->dev); | 796 | mfd_remove_devices(&spi->dev); |
| 797 | 797 | ||
| 798 | kfree(mc13xxx); | ||
| 799 | |||
| 798 | return 0; | 800 | return 0; |
| 799 | } | 801 | } |
| 800 | 802 | ||
