login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
April
»
9
Re: [PATCH 10/16] suppress verbose debug messages: change printk() to DEBUG_MSG()
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Florian Tobias Schandinat
Subject:
Re: [PATCH 10/16] suppress verbose debug messages: change printk() to DEBUG_MSG()
Date: Friday, April 9, 2010 - 3:09 pm
This patch is fine. Thanks, Florian Tobias Schandinat Jonathan Corbet schrieb:
quoted text
> From: Paul Fox <pgf@laptop.org> > > --- > drivers/video/via/via_i2c.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/video/via/via_i2c.c b/drivers/video/via/via_i2c.c > index 18bbbdd..86e6e8d 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; > @@ -182,7 +182,7 @@ static struct via_i2c_adap_cfg adap_configs[] = { > int viafb_create_i2c_busses(struct viafb_par *viapar) > { > int i, ret; > - printk(KERN_DEBUG "%s: entering\n", __FUNCTION__); > + DEBUG_MSG(KERN_DEBUG "%s: entering\n", __FUNCTION__); > > for (i = 0; i < VIAFB_NUM_I2C; i++) { > struct via_i2c_adap_cfg *adap_cfg = &adap_configs[i];
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[RFC] Initial OLPC Viafb merge
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 01/16] [FB] viafb: Fix various resource leaks durin ...
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 02/16] viafb: use proper pci config API
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 03/16] viafb: Unmap the frame buffer on initializat ...
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 04/16] viafb: Retain GEMODE reserved bits
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 05/16] viafb: Determine type of 2D engine and store ...
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 06/16] viafb: complete support for VX800/VX855 acce ...
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 07/16] viafb: Add 1200x900 DCON/LCD panel modes for ...
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 08/16] viafb: Do not probe for LVDS/TMDS on OLPC XO-1.5
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 09/16] viafb: rework the I2C support in the VIA fra ...
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 10/16] suppress verbose debug messages: change pri ...
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 11/16] Minimal support for viafb suspend/resume
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 12/16] fix register save count, so it matches the r ...
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 13/16] VIAFB: Update suspend/resume to selectively ...
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 14/16] Remove cursor restore hack in viafb
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 15/16] viafb: rework suspend/resume
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
[PATCH 16/16] viafb: Only suspend/resume on VX855
, Jonathan Corbet
, (Thu Apr 8, 10:15 am)
Re: [PATCH 01/16] [FB] viafb: Fix various resource leaks d ...
, Florian Tobias Schan ...
, (Thu Apr 8, 11:22 am)
Re: [PATCH 02/16] viafb: use proper pci config API
, Florian Tobias Schan ...
, (Thu Apr 8, 11:42 am)
Re: [PATCH 03/16] viafb: Unmap the frame buffer on initial ...
, Florian Tobias Schan ...
, (Thu Apr 8, 11:55 am)
Re: [PATCH 04/16] viafb: Retain GEMODE reserved bits
, Florian Tobias Schan ...
, (Thu Apr 8, 8:07 pm)
Re: [PATCH 05/16] viafb: Determine type of 2D engine and s ...
, Florian Tobias Schan ...
, (Thu Apr 8, 8:20 pm)
Re: [PATCH 06/16] viafb: complete support for VX800/VX855 ...
, Florian Tobias Schan ...
, (Thu Apr 8, 9:21 pm)
Re: [RFC] Initial OLPC Viafb merge
, Florian Tobias Schan ...
, (Thu Apr 8, 10:43 pm)
Re: [RFC] Initial OLPC Viafb merge
, Jonathan Corbet
, (Fri Apr 9, 11:46 am)
Re: [PATCH 01/16] [FB] viafb: Fix various resource leaks d ...
, Jonathan Corbet
, (Fri Apr 9, 12:31 pm)
Re: [PATCH 02/16] viafb: use proper pci config API
, Jonathan Corbet
, (Fri Apr 9, 12:46 pm)
Re: [PATCH 04/16] viafb: Retain GEMODE reserved bits
, Jonathan Corbet
, (Fri Apr 9, 12:59 pm)
Re: [PATCH 05/16] viafb: Determine type of 2D engine and s ...
, Jonathan Corbet
, (Fri Apr 9, 1:11 pm)
Re: [PATCH 06/16] viafb: complete support for VX800/VX855 ...
, Jonathan Corbet
, (Fri Apr 9, 1:18 pm)
Re: [PATCH 04/16] viafb: Retain GEMODE reserved bits
, Florian Tobias Schan ...
, (Fri Apr 9, 1:23 pm)
Re: [PATCH 04/16] viafb: Retain GEMODE reserved bits
, Jonathan Corbet
, (Fri Apr 9, 1:30 pm)
Re: [PATCH 05/16] viafb: Determine type of 2D engine and s ...
, Florian Tobias Schan ...
, (Fri Apr 9, 1:34 pm)
Re: [PATCH 07/16] viafb: Add 1200x900 DCON/LCD panel modes ...
, Florian Tobias Schan ...
, (Fri Apr 9, 2:27 pm)
Re: [PATCH 08/16] viafb: Do not probe for LVDS/TMDS on OLP ...
, Florian Tobias Schan ...
, (Fri Apr 9, 2:40 pm)
Re: [PATCH 09/16] viafb: rework the I2C support in the VIA ...
, Florian Tobias Schan ...
, (Fri Apr 9, 3:07 pm)
Re: [PATCH 10/16] suppress verbose debug messages: change ...
, Florian Tobias Schan ...
, (Fri Apr 9, 3:09 pm)
Re: [RFC] Initial OLPC Viafb merge
, Florian Tobias Schan ...
, (Fri Apr 9, 4:32 pm)
Re: [PATCH 08/16] viafb: Do not probe for LVDS/TMDS on OLP ...
, Jonathan Corbet
, (Fri Apr 9, 5:19 pm)
Re: [RFC] Initial OLPC Viafb merge
, Jonathan Corbet
, (Fri Apr 9, 5:27 pm)
Re: [PATCH 08/16] viafb: Do not probe for LVDS/TMDS on OLP ...
, Florian Tobias Schan ...
, (Fri Apr 9, 5:42 pm)
Re: [PATCH 08/16] viafb: Do not probe for LVDS/TMDS on OLP ...
, Jonathan Corbet
, (Fri Apr 9, 5:55 pm)
Re: [RFC] Initial OLPC Viafb merge
, Florian Tobias Schan ...
, (Fri Apr 9, 6:02 pm)
Re: [PATCH 08/16] viafb: Do not probe for LVDS/TMDS on OLP ...
, Harald Welte
, (Fri Apr 9, 11:34 pm)
Re: [PATCH 02/16] viafb: use proper pci config API
, Harald Welte
, (Fri Apr 9, 11:41 pm)
Re: [RFC] Initial OLPC Viafb merge
, Bruno Prémont
, (Sat Apr 10, 1:52 am)
Re: [RFC] Initial OLPC Viafb merge
, Florian Tobias Schan ...
, (Mon Apr 12, 8:03 pm)
Re: [PATCH 05/16] viafb: Determine type of 2D engine and s ...
, Jonathan Corbet
, (Sun Apr 18, 10:34 am)
Re: [PATCH 07/16] viafb: Add 1200x900 DCON/LCD panel modes ...
, Jonathan Corbet
, (Sun Apr 18, 10:39 am)
Re: [PATCH 05/16] viafb: Determine type of 2D engine and s ...
, Harald Welte
, (Sun Apr 18, 11:00 am)
Re: [PATCH 05/16] viafb: Determine type of 2D engine and s ...
, Florian Tobias Schan ...
, (Sun Apr 18, 11:05 am)
Re: [PATCH 07/16] viafb: Add 1200x900 DCON/LCD panel modes ...
, Florian Tobias Schan ...
, (Sun Apr 18, 11:24 am)
Re: [RFC] Initial OLPC Viafb merge
, Jonathan Corbet
, (Wed Apr 21, 1:37 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
FUJITA Tomonori
Re: [Scst-devel] Integration of SCST in the mainstream Linux kernel
Jens Axboe
Re: [BUG] Linux 2.6.25-rc2 - Regression from 2.6.24-rc1-git1 softlockup while bo...
Ingo Molnar
Re: [RFC/RFT PATCH] sched: automated per tty task groups
Ingo Molnar
Re: [GIT PULL] time.c - respin
Borislav Petkov
drm_vm.c:drm_mmap: possible circular locking dependency detected (was: Re: Linux 2...
git
:
Junio C Hamano
Re: git-svnimport
Michal Sojka
[PATCHv5 1/2] filter-branch: Fix to allow replacing submodules with another content
Junio C Hamano
Re: Fwd: git status options feature suggestion
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
Stefan Richter
Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins
linux-netdev
:
Arnaldo Carvalho de Melo
Re: [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase
Gerrit Renker
[PATCH 1/5] dccp: Initialisation framework for feature negotiation
Ursula Braun
[patch 2/8] [PATCH] af_iucv: sync sk shutdown flag if iucv path is quiesced
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
git-commits-head
:
Linux Kernel Mailing List
ARM: S3C64XX: DMA: Callback with correct buffer pointer
Linux Kernel Mailing List
sata_mv: drop unncessary EH callback resetting
Linux Kernel Mailing List
libata: disable ATAPI AN by default
Linux Kernel Mailing List
ARM: 5905/1: ARM: Global ASID allocation on SMP
Linux Kernel Mailing List
timer: Try to survive timer callback preempt_count leak
openbsd-misc
:
Rene Maroufi
smtpd: Aliases only work with for local alias aliases
Stephen J. Bevan
GRE over IPsec
Christophe Rioux
Implementation example of snmp
Darrin Chandler
Re: strange output on openbsd C code
Nick Holland
Re: booting openbsd on eee without cd-rom
Colocation donated by:
Syndicate