[PATCH 11/11] suppress verbose debug messages: change printk() to DEBUG_MSG()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jonathan Corbet
Date: Sunday, April 18, 2010 - 11:21 am

From: Paul Fox <pgf@laptop.org>

[jc: no signoff, added my own]
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: ScottFang@viatech.com.cn
Cc: JosephChan@via.com.tw
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 drivers/video/via/via_i2c.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/video/via/via_i2c.c b/drivers/video/via/via_i2c.c
index 8f8e0bf..fe5535c 100644
--- a/drivers/video/via/via_i2c.c
+++ b/drivers/video/via/via_i2c.c
@@ -26,7 +26,7 @@ static void via_i2c_setscl(void *data, int state)
 	u8 val;
 	struct via_i2c_adap_cfg *adap_data = data;
 
-	printk(KERN_DEBUG "reading index 0x%02x from IO 0x%x\n",
+	DEBUG_MSG(KERN_DEBUG "reading index 0x%02x from IO 0x%x\n",
 		adap_data->ioport_index, adap_data->io_port);
 	val = viafb_read_reg(adap_data->io_port,
 			     adap_data->ioport_index) & 0xF0;
@@ -140,7 +140,7 @@ static int create_i2c_bus(struct i2c_adapter *adapter,
 			  struct via_i2c_adap_cfg *adap_cfg,
 			  struct pci_dev *pdev)
 {
-	printk(KERN_DEBUG "viafb: creating bus adap=0x%p, algo_bit_data=0x%p, adap_cfg=0x%p\n", adapter, algo, adap_cfg);
+	DEBUG_MSG(KERN_DEBUG "viafb: creating bus adap=0x%p, algo_bit_data=0x%p, adap_cfg=0x%p\n", adapter, algo, adap_cfg);
 
 	algo->setsda = via_i2c_setsda;
 	algo->setscl = via_i2c_setscl;
-- 
1.7.0.1

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC] Initial OLPC Viafb merge (V2), Jonathan Corbet, (Sun Apr 18, 11:21 am)
[PATCH 02/11] viafb: use proper pci config API, Jonathan Corbet, (Sun Apr 18, 11:21 am)
[PATCH 04/11] viafb: Retain GEMODE reserved bits, Jonathan Corbet, (Sun Apr 18, 11:21 am)
[PATCH 05/11] viafb: Unify duplicated set_bpp() code, Jonathan Corbet, (Sun Apr 18, 11:21 am)
[PATCH 11/11] suppress verbose debug messages: change pri ..., Jonathan Corbet, (Sun Apr 18, 11:21 am)
Re: [PATCH 09/11] viafb: Do not probe for LVDS/TMDS on OLP ..., Florian Tobias Schan ..., (Fri Apr 23, 1:56 pm)
Re: [PATCH 10/11] viafb: rework the I2C support in the VIA ..., Florian Tobias Schan ..., (Fri Apr 23, 2:12 pm)
Re: [PATCH 10/11] viafb: rework the I2C support in the VIA ..., Florian Tobias Schan ..., (Fri Apr 23, 3:40 pm)
Re: [PATCH 10/11] viafb: rework the I2C support in the VIA ..., Florian Tobias Schan ..., (Fri Apr 23, 4:21 pm)
Re: [PATCH 10/11] viafb: rework the I2C support in the VIA ..., Florian Tobias Schan ..., (Sat Apr 24, 3:47 am)
Re: [PATCH 10/11] viafb: rework the I2C support in the VIA ..., Florian Tobias Schan ..., (Sun Apr 25, 8:56 am)