diff options
Diffstat (limited to 'drivers/mtd/rfd_ftl.c')
-rw-r--r-- | drivers/mtd/rfd_ftl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/rfd_ftl.c b/drivers/mtd/rfd_ftl.c index d2aa9c46530f..63b83c0d9a13 100644 --- a/drivers/mtd/rfd_ftl.c +++ b/drivers/mtd/rfd_ftl.c | |||
@@ -817,7 +817,6 @@ static void rfd_ftl_remove_dev(struct mtd_blktrans_dev *dev) | |||
817 | vfree(part->sector_map); | 817 | vfree(part->sector_map); |
818 | kfree(part->header_cache); | 818 | kfree(part->header_cache); |
819 | kfree(part->blocks); | 819 | kfree(part->blocks); |
820 | kfree(part); | ||
821 | } | 820 | } |
822 | 821 | ||
823 | static struct mtd_blktrans_ops rfd_ftl_tr = { | 822 | static struct mtd_blktrans_ops rfd_ftl_tr = { |