diff --git a/drivers/mtd/mtdpart.c b/drivers/mtd/mtdpart.c index b9b308cde0a5..10c53364aa70 100644 --- a/drivers/mtd/mtdpart.c +++ b/drivers/mtd/mtdpart.c @@ -626,7 +626,6 @@ err_remove_part: mutex_unlock(&mtd_partitions_mutex); free_partition(new); - pr_info("%s:%i\n", __func__, __LINE__); return ret; }