diff options
author | Boris Brezillon <bbrezillon@kernel.org> | 2019-01-30 09:47:00 +0100 |
---|---|---|
committer | Boris Brezillon <bbrezillon@kernel.org> | 2019-02-01 09:44:58 +0100 |
commit | bda2ab56356b9acdfab150f31c4bac9846253092 (patch) | |
tree | 7b95c42a0cce3652d15d4f792eacfd3795907fc5 /drivers/mtd/mtdpart.c | |
parent | mtd: rawnand: fix kernel-doc warnings (diff) | |
download | linux-bda2ab56356b9acdfab150f31c4bac9846253092.tar.xz linux-bda2ab56356b9acdfab150f31c4bac9846253092.zip |
mtd: Remove a debug trace in mtdpart.c
Commit 2b6f0090a333 ("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: 2b6f0090a333 ("mtd: Check add_mtd_device() ret code")
Signed-off-by: Boris Brezillon <bbrezillon@kernel.org>
Diffstat (limited to 'drivers/mtd/mtdpart.c')
-rw-r--r-- | drivers/mtd/mtdpart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/mtdpart.c b/drivers/mtd/mtdpart.c index 60104e1079c5..e6d9467f6be0 100644 --- a/drivers/mtd/mtdpart.c +++ b/drivers/mtd/mtdpart.c @@ -632,7 +632,6 @@ err_remove_part: mutex_unlock(&mtd_partitions_mutex); free_partition(new); - pr_info("%s:%i\n", __func__, __LINE__); return ret; } |