From dacdc13596eb101e7b512cf3138fd43f158683b2 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 23 Jun 2011 13:38:36 +0100 Subject: [PATCH] --- yaml --- r: 253965 b: refs/heads/master c: 0bb04bf3dfdfe1c981087cdfb0d9d772c3a0ba55 h: refs/heads/master i: 253963: a6e89ea721321399ae5423e82265f7272d9bc844 v: v3 --- [refs] | 2 +- trunk/drivers/tty/serial/mrst_max3110.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 57ba7b415333..072f77a930d0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bccaeafd7c117acee36e90d37c7e05c19be9e7bf +refs/heads/master: 0bb04bf3dfdfe1c981087cdfb0d9d772c3a0ba55 diff --git a/trunk/drivers/tty/serial/mrst_max3110.c b/trunk/drivers/tty/serial/mrst_max3110.c index 1bd28450ca40..3be1b0dd6f22 100644 --- a/trunk/drivers/tty/serial/mrst_max3110.c +++ b/trunk/drivers/tty/serial/mrst_max3110.c @@ -823,7 +823,7 @@ static int __devinit serial_m3110_probe(struct spi_device *spi) res = RC_TAG; ret = max3110_write_then_read(max, (u8 *)&res, (u8 *)&res, 2, 0); if (ret < 0 || res == 0 || res == 0xffff) { - printk(KERN_ERR "MAX3111 deemed not present (conf reg %04x)", + dev_dbg(&spi->dev, "MAX3111 deemed not present (conf reg %04x)", res); ret = -ENODEV; goto err_get_page;