Skip to content

Commit bda2ab5

Browse files
committed
mtd: Remove a debug trace in mtdpart.c
Commit 2b6f009 ("mtd: Check add_mtd_device() ret code") contained a leftover of the debug session that led to this bug fix. Remove this pr_info(). Fixes: 2b6f009 ("mtd: Check add_mtd_device() ret code") Signed-off-by: Boris Brezillon <bbrezillon@kernel.org>
1 parent 455e7b3 commit bda2ab5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mtd/mtdpart.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,6 @@ int mtd_add_partition(struct mtd_info *parent, const char *name,
632632
mutex_unlock(&mtd_partitions_mutex);
633633

634634
free_partition(new);
635-
pr_info("%s:%i\n", __func__, __LINE__);
636635

637636
return ret;
638637
}

0 commit comments

Comments
 (0)