* [PATCH 0/5] trivia: Use vsprintf extension %pR
@ 2010-12-13 21:42 Joe Perches
2010-12-13 21:42 ` [PATCH 4/5] video: mx3fb: 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 4/5] video: mx3fb: 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:05 ` Paul Mundt
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, linux-fbdev
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/video/mx3fb.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/video/mx3fb.c b/drivers/video/mx3fb.c
index ca0f6be..cb01391 100644
--- a/drivers/video/mx3fb.c
+++ b/drivers/video/mx3fb.c
@@ -1474,8 +1474,7 @@ static int mx3fb_probe(struct platform_device *pdev)
goto eremap;
}
- pr_debug("Remapped %x to %x at %p\n", sdc_reg->start, sdc_reg->end,
- mx3fb->reg_base);
+ pr_debug("Remapped %pR at %p\n", sdc_reg, mx3fb->reg_base);
/* IDMAC interface */
dmaengine_get();
--
1.7.3.3.398.g0b0cd.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 4/5] video: mx3fb: Use vsprintf extension %pR for struct resource
2010-12-13 21:42 ` [PATCH 4/5] video: mx3fb: Use vsprintf extension %pR for struct resource Joe Perches
@ 2010-12-14 9:05 ` Paul Mundt
0 siblings, 0 replies; 3+ messages in thread
From: Paul Mundt @ 2010-12-14 9:05 UTC (permalink / raw)
To: Joe Perches; +Cc: linux-kernel, Randy Dunlap, linux-fbdev
On Mon, Dec 13, 2010 at 01:42:21PM -0800, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
> drivers/video/mx3fb.c | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-14 9:05 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 4/5] video: mx3fb: Use vsprintf extension %pR for struct resource Joe Perches
2010-12-14 9:05 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).