Commit bda2ab56 authored by Boris Brezillon's avatar Boris Brezillon
Browse files

mtd: Remove a debug trace in mtdpart.c



Commit 2b6f0090 ("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: 2b6f0090 ("mtd: Check add_mtd_device() ret code")
Signed-off-by: default avatarBoris Brezillon <bbrezillon@kernel.org>
parent 455e7b38
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -632,7 +632,6 @@ err_remove_part:
	mutex_unlock(&mtd_partitions_mutex);

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

	return ret;
}