]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
mtd: Remove a debug trace in mtdpart.c
authorBoris Brezillon <bbrezillon@kernel.org>
Wed, 30 Jan 2019 08:47:00 +0000 (09:47 +0100)
committerMarcelo Henrique Cerri <marcelo.cerri@canonical.com>
Fri, 17 Jan 2020 17:21:42 +0000 (14:21 -0300)
BugLink: https://bugs.launchpad.net/bugs/1855787
[ Upstream commit bda2ab56356b9acdfab150f31c4bac9846253092 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
drivers/mtd/mtdpart.c

index 05b7bf17c093e5265d53781bdcb87621a945c5ca..531df8c7fe410ea266a2906414a3fd39015fce73 100644 (file)
@@ -688,7 +688,6 @@ err_remove_part:
        mutex_unlock(&mtd_partitions_mutex);
 
        free_partition(new);
-       pr_info("%s:%i\n", __func__, __LINE__);
 
        return ret;
 }