* [PATCH] ARM: i.MX: iim: Remove debug printk
@ 2016-05-20 5:59 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2016-05-20 5:59 UTC (permalink / raw)
To: Barebox List
The dev_info is a debug leftover that was never intended to go upstream.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/mach-imx/iim.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-imx/iim.c b/arch/arm/mach-imx/iim.c
index 2e25f69..c3ba67e 100644
--- a/arch/arm/mach-imx/iim.c
+++ b/arch/arm/mach-imx/iim.c
@@ -271,7 +271,6 @@ static int imx_iim_fuse_blow(struct iim_bank *bank, unsigned offset, unsigned va
if (IS_ERR(iim->fuse_supply)) {
iim->fuse_supply = regulator_get(iim->dev.parent, "vdd-fuse");
- dev_info(iim->dev.parent, "regul: %p\n", iim->fuse_supply);
if (IS_ERR(iim->fuse_supply))
return PTR_ERR(iim->fuse_supply);
}
--
2.8.0.rc3
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-05-20 6:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-20 5:59 [PATCH] ARM: i.MX: iim: Remove debug printk Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox