diff options
Diffstat (limited to 'drivers/mtd/ubi/build.c')
-rw-r--r-- | drivers/mtd/ubi/build.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c index 5d8fda1bda7..2c3269ea133 100644 --- a/drivers/mtd/ubi/build.c +++ b/drivers/mtd/ubi/build.c | |||
@@ -824,7 +824,7 @@ int ubi_attach_mtd_dev(struct mtd_info *mtd, int ubi_num, int vid_hdr_offset) | |||
824 | if (!ubi->peb_buf2) | 824 | if (!ubi->peb_buf2) |
825 | goto out_free; | 825 | goto out_free; |
826 | 826 | ||
827 | #ifdef CONFIG_MTD_UBI_DEBUG | 827 | #ifdef CONFIG_MTD_UBI_DEBUG_PARANOID |
828 | mutex_init(&ubi->dbg_buf_mutex); | 828 | mutex_init(&ubi->dbg_buf_mutex); |
829 | ubi->dbg_peb_buf = vmalloc(ubi->peb_size); | 829 | ubi->dbg_peb_buf = vmalloc(ubi->peb_size); |
830 | if (!ubi->dbg_peb_buf) | 830 | if (!ubi->dbg_peb_buf) |
@@ -891,7 +891,7 @@ out_detach: | |||
891 | out_free: | 891 | out_free: |
892 | vfree(ubi->peb_buf1); | 892 | vfree(ubi->peb_buf1); |
893 | vfree(ubi->peb_buf2); | 893 | vfree(ubi->peb_buf2); |
894 | #ifdef CONFIG_MTD_UBI_DEBUG | 894 | #ifdef CONFIG_MTD_UBI_DEBUG_PARANOID |
895 | vfree(ubi->dbg_peb_buf); | 895 | vfree(ubi->dbg_peb_buf); |
896 | #endif | 896 | #endif |
897 | kfree(ubi); | 897 | kfree(ubi); |
@@ -960,7 +960,7 @@ int ubi_detach_mtd_dev(int ubi_num, int anyway) | |||
960 | put_mtd_device(ubi->mtd); | 960 | put_mtd_device(ubi->mtd); |
961 | vfree(ubi->peb_buf1); | 961 | vfree(ubi->peb_buf1); |
962 | vfree(ubi->peb_buf2); | 962 | vfree(ubi->peb_buf2); |
963 | #ifdef CONFIG_MTD_UBI_DEBUG | 963 | #ifdef CONFIG_MTD_UBI_DEBUG_PARANOID |
964 | vfree(ubi->dbg_peb_buf); | 964 | vfree(ubi->dbg_peb_buf); |
965 | #endif | 965 | #endif |
966 | ubi_msg("mtd%d is detached from ubi%d", ubi->mtd->index, ubi->ubi_num); | 966 | ubi_msg("mtd%d is detached from ubi%d", ubi->mtd->index, ubi->ubi_num); |