From 2c88472a16b7c8056865a701c530e294ab454a30 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 23 Jun 2011 13:38:36 +0100 Subject: [PATCH] --- yaml --- r: 259329 b: refs/heads/master c: f2934c3c519b58f84082652447e62ab4a76c53ec h: refs/heads/master i: 259327: b163d0e2bd0d3e5c8f7674b5b77524ec00828895 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 0ddb3da2a830..4a3c4af74b3d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 40eb0de5ba7e88e30349f336a38cf22016b8c07f +refs/heads/master: f2934c3c519b58f84082652447e62ab4a76c53ec 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;