summaryrefslogtreecommitdiffstats
path: root/drivers/aiodev
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2016-07-13 23:11:04 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2016-07-15 08:00:36 +0200
commit1f3b611979c28856af64148d2cef3555e6d12183 (patch)
treea4dab8569dbaf6a996ad6889b120cabcac4c2db6 /drivers/aiodev
parent7be6d297245a4a92008d38e0700537d948fa525a (diff)
downloadbarebox-1f3b611979c28856af64148d2cef3555e6d12183.tar.gz
barebox-1f3b611979c28856af64148d2cef3555e6d12183.tar.xz
imx_thermal: Remove leftover debug output
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/aiodev')
-rw-r--r--drivers/aiodev/imx_thermal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/aiodev/imx_thermal.c b/drivers/aiodev/imx_thermal.c
index 1928ed867c..c020a1091d 100644
--- a/drivers/aiodev/imx_thermal.c
+++ b/drivers/aiodev/imx_thermal.c
@@ -132,8 +132,6 @@ static int imx_thermal_probe(struct device_d *dev)
return -ENODEV;
}
- printf("node = %p\n", node);
-
ocotp = cdev_by_device_node(node);
if (!ocotp) {
dev_err(dev, "No OCOTP character device\n");