* [PATCH 0/5] trivia: Use vsprintf extension %pR
@ 2010-12-13 21:42 Joe Perches
2010-12-13 21:42 ` [PATCH 5/5] sound: ml403-ac97cr: Use vsprintf extension %pR for struct resource Joe Perches
0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2010-12-13 21:42 UTC (permalink / raw)
To: linux-parisc, linux-fbdev; +Cc: Randy Dunlap, linux-kernel, alsa-devel
Joe Perches (5):
ste_dma40.c: Use vsprintf extension %pR for struct resource
lba_pci.c: Use vsprintf extension %pR for struct resource
samsung.c: Use vsprintf extension %pR for struct resource
mx3fb.c: Use vsprintf extension %pR for struct resource
ml403-ac97cr.c: Use vsprintf extension %pR for struct resource
drivers/dma/ste_dma40.c | 5 ++---
drivers/parisc/lba_pci.c | 13 +++++--------
drivers/serial/samsung.c | 2 +-
drivers/video/mx3fb.c | 3 +--
sound/drivers/ml403-ac97cr.c | 4 ++--
5 files changed, 11 insertions(+), 16 deletions(-)
--
1.7.3.3.398.g0b0cd.dirty
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 5/5] sound: ml403-ac97cr: Use vsprintf extension %pR for struct resource
2010-12-13 21:42 [PATCH 0/5] trivia: Use vsprintf extension %pR Joe Perches
@ 2010-12-13 21:42 ` Joe Perches
2010-12-14 9:45 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2010-12-13 21:42 UTC (permalink / raw)
To: linux-kernel; +Cc: Randy Dunlap, Jaroslav Kysela, Takashi Iwai, alsa-devel
Signed-off-by: Joe Perches <joe@perches.com>
---
sound/drivers/ml403-ac97cr.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/drivers/ml403-ac97cr.c b/sound/drivers/ml403-ac97cr.c
index a1282c1..5cfcb90 100644
--- a/sound/drivers/ml403-ac97cr.c
+++ b/sound/drivers/ml403-ac97cr.c
@@ -1143,8 +1143,8 @@ snd_ml403_ac97cr_create(struct snd_card *card, struct platform_device *pfdev,
(resource->start) + 1);
if (ml403_ac97cr->port == NULL) {
snd_printk(KERN_ERR SND_ML403_AC97CR_DRIVER ": "
- "unable to remap memory region (%x to %x)\n",
- resource->start, resource->end);
+ "unable to remap memory region (%pR)\n",
+ resource);
snd_ml403_ac97cr_free(ml403_ac97cr);
return -EBUSY;
}
--
1.7.3.3.398.g0b0cd.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 5/5] sound: ml403-ac97cr: Use vsprintf extension %pR for struct resource
2010-12-13 21:42 ` [PATCH 5/5] sound: ml403-ac97cr: Use vsprintf extension %pR for struct resource Joe Perches
@ 2010-12-14 9:45 ` Takashi Iwai
0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2010-12-14 9:45 UTC (permalink / raw)
To: Joe Perches; +Cc: linux-kernel, Randy Dunlap, Jaroslav Kysela, alsa-devel
At Mon, 13 Dec 2010 13:42:22 -0800,
Joe Perches wrote:
>
> Signed-off-by: Joe Perches <joe@perches.com>
Applied now. Thanks.
Takashi
> ---
> sound/drivers/ml403-ac97cr.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/sound/drivers/ml403-ac97cr.c b/sound/drivers/ml403-ac97cr.c
> index a1282c1..5cfcb90 100644
> --- a/sound/drivers/ml403-ac97cr.c
> +++ b/sound/drivers/ml403-ac97cr.c
> @@ -1143,8 +1143,8 @@ snd_ml403_ac97cr_create(struct snd_card *card, struct platform_device *pfdev,
> (resource->start) + 1);
> if (ml403_ac97cr->port == NULL) {
> snd_printk(KERN_ERR SND_ML403_AC97CR_DRIVER ": "
> - "unable to remap memory region (%x to %x)\n",
> - resource->start, resource->end);
> + "unable to remap memory region (%pR)\n",
> + resource);
> snd_ml403_ac97cr_free(ml403_ac97cr);
> return -EBUSY;
> }
> --
> 1.7.3.3.398.g0b0cd.dirty
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-14 9:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-13 21:42 [PATCH 0/5] trivia: Use vsprintf extension %pR Joe Perches
2010-12-13 21:42 ` [PATCH 5/5] sound: ml403-ac97cr: Use vsprintf extension %pR for struct resource Joe Perches
2010-12-14 9:45 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox