[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1263980834.3083.18.camel@realization>
Date: Wed, 20 Jan 2010 10:47:14 +0100
From: Alberto Panizzo <maramaopercheseimorto@...il.com>
To: spi-devel-list <spi-devel-general@...ts.sourceforge.net>
Cc: Grant Likely <grant.likely@...retlab.ca>,
Andrew Morton <akpm@...ux-foundation.org>,
Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>,
Sascha linux-arm <s.hauer@...gutronix.de>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH] spi: spi_imx: add device information to debug.
Hi all!
I already sent this patch to the linux-arm-kernel mailing list,
but not cc you.
In reference to:
http://thread.gmane.org/gmane.linux.ports.arm.kernel/71119
Patch below:
this patch apply to linus .33-rc4
---------------------------------------------------------------
Not an heavy fix, but good when debugging multiple spi channels.
Signed-off-by: Alberto Panizzo <maramaopercheseimorto@...il.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
---
drivers/spi/spi_imx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/spi/spi_imx.c b/drivers/spi/spi_imx.c
index 89c22ef..18bbfa3 100644
--- a/drivers/spi/spi_imx.c
+++ b/drivers/spi/spi_imx.c
@@ -466,7 +466,7 @@ static int spi_imx_setup(struct spi_device *spi)
struct spi_imx_data *spi_imx = spi_master_get_devdata(spi->master);
int gpio = spi_imx->chipselect[spi->chip_select];
- pr_debug("%s: mode %d, %u bpw, %d hz\n", __func__,
+ dev_dbg(&spi->dev, "%s: mode %d, %u bpw, %d hz\n", __func__,
spi->mode, spi->bits_per_word, spi->max_speed_hz);
if (gpio >= 0)
--
1.6.3.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists