linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Geoff Levand <geoffrey.levand@am.sony.com>
Cc: Takashi Iwai <tiwai@suse.de>, ppc-dev <linuxppc-dev@ozlabs.org>,
	cbe-oss-dev@ozlabs.org
Subject: [PATCH 09/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: sound/ppc
Date: Wed, 14 Jan 2009 17:07:55 +1100	[thread overview]
Message-ID: <20090114170755.f64ed692.sfr@canb.auug.org.au> (raw)
In-Reply-To: <20090114165450.ebbc11a7.sfr@canb.auug.org.au>


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 sound/ppc/snd_ps3.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Takashi, if it is OK with you, this could go in via the PowerPC tree.

diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c
index 8f9e385..ff32111 100644
--- a/sound/ppc/snd_ps3.c
+++ b/sound/ppc/snd_ps3.c
@@ -477,7 +477,7 @@ static int snd_ps3_pcm_prepare(struct snd_pcm_substream *substream)
 		card->dma_start_bus_addr[SND_PS3_CH_R] =
 			runtime->dma_addr + (runtime->dma_bytes / 2);
 
-		pr_debug("%s: vaddr=%p bus=%#lx\n", __func__,
+		pr_debug("%s: vaddr=%p bus=%#llx\n", __func__,
 			 card->dma_start_vaddr[SND_PS3_CH_L],
 			 card->dma_start_bus_addr[SND_PS3_CH_L]);
 
@@ -1030,7 +1030,7 @@ static int __init snd_ps3_driver_probe(struct ps3_system_bus_device *dev)
 		pr_info("%s: nullbuffer alloc failed\n", __func__);
 		goto clean_preallocate;
 	}
-	pr_debug("%s: null vaddr=%p dma=%#lx\n", __func__,
+	pr_debug("%s: null vaddr=%p dma=%#llx\n", __func__,
 		 the_card.null_buffer_start_vaddr,
 		 the_card.null_buffer_start_dma_addr);
 	/* set default sample rate/word width */
-- 
1.6.0.5

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

  parent reply	other threads:[~2009-01-14  6:07 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-14  5:54 [PATCH 01/13] powerpc/ps3: set_dabr takes an unsigned long Stephen Rothwell
2009-01-14  5:58 ` [PATCH 02/13] powerpc/ps3: use dma_addr_t down through the stack Stephen Rothwell
2009-01-14 22:53   ` Geoff Levand
2009-01-14  5:59 ` [PATCH 03/13] powerpc/ps3: the lv1_ routines have u64 parameters Stephen Rothwell
2009-01-14 22:53   ` Geoff Levand
2009-01-14  6:00 ` [PATCH 04/13] powerpc/ps3: clear_bit/set_bit operate on unsigned longs Stephen Rothwell
2009-01-14 22:53   ` Geoff Levand
2009-01-14  6:01 ` [PATCH 05/13] powerpc/ps3: ps3_repository_read_mm_info takes u64 * arguments Stephen Rothwell
2009-01-14 22:53   ` Geoff Levand
2009-01-14  6:02 ` [PATCH 06/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: arch/powerpc Stephen Rothwell
2009-01-14 22:53   ` Geoff Levand
2009-01-14  6:04 ` [PATCH 07/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: drivers/block Stephen Rothwell
2009-01-14  7:49   ` Jens Axboe
2009-01-14 22:54   ` Geoff Levand
2009-01-14  6:06 ` [PATCH 08/13] powerpc/ps3: printing fixups for l64 to ll64 convserion: drivers/char Stephen Rothwell
2009-01-14 22:54   ` Geoff Levand
2009-01-14  6:07 ` Stephen Rothwell [this message]
2009-01-14  7:03   ` [PATCH 09/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: sound/ppc Takashi Iwai
2009-01-14 22:54   ` Geoff Levand
2009-01-14  6:09 ` [PATCH 10/13] powerpc/ps3: printing fixups for l64 to ll64 convserion: drivers/net Stephen Rothwell
2009-01-14 22:54   ` Geoff Levand
2009-01-21  0:47     ` Stephen Rothwell
2009-01-14  6:10 ` [PATCH 11/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: drivers/ps3 Stephen Rothwell
2009-01-14 22:54   ` Geoff Levand
2009-01-14  6:11 ` [PATCH 12/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: drivers/scsi Stephen Rothwell
2009-01-14 22:54   ` Geoff Levand
2009-01-14  6:13 ` [PATCH 13/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: drivers/video Stephen Rothwell
2009-01-14 22:54   ` Geoff Levand
2009-01-14 22:52 ` [PATCH 01/13] powerpc/ps3: set_dabr takes an unsigned long Geoff Levand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090114170755.f64ed692.sfr@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=cbe-oss-dev@ozlabs.org \
    --cc=geoffrey.levand@am.sony.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).