From 22c3e8d7698157afd553f24686d55d49d076de9e Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 3 Jul 2006 00:24:22 -0700 Subject: [PATCH] --- yaml --- r: 31761 b: refs/heads/master c: 5863aa651bd79a6bb15972894306923db088e71c h: refs/heads/master i: 31759: a27161a20d03f4639682899ac7b6aaaef694bbef v: v3 --- [refs] | 2 +- trunk/sound/sparc/amd7930.c | 4 ++-- trunk/sound/sparc/cs4231.c | 2 +- trunk/sound/sparc/dbri.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index f792f63473ea..7bb799ecfd51 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6b8f3ef454d60e0c7ec42400400dc0fe7b5a4f7d +refs/heads/master: 5863aa651bd79a6bb15972894306923db088e71c diff --git a/trunk/sound/sparc/amd7930.c b/trunk/sound/sparc/amd7930.c index db3e22efd02e..2bd8e40b8541 100644 --- a/trunk/sound/sparc/amd7930.c +++ b/trunk/sound/sparc/amd7930.c @@ -1033,10 +1033,10 @@ static int __init amd7930_attach_common(struct resource *rp, int irq) strcpy(card->driver, "AMD7930"); strcpy(card->shortname, "Sun AMD7930"); - sprintf(card->longname, "%s at 0x%02lx:0x%08lx, irq %d", + sprintf(card->longname, "%s at 0x%02lx:0x%08Lx, irq %d", card->shortname, rp->flags & 0xffL, - rp->start, + (unsigned long long)rp->start, irq); if ((err = snd_amd7930_create(card, rp, diff --git a/trunk/sound/sparc/cs4231.c b/trunk/sound/sparc/cs4231.c index 5018fcf41df5..9a06c3bd6944 100644 --- a/trunk/sound/sparc/cs4231.c +++ b/trunk/sound/sparc/cs4231.c @@ -2036,7 +2036,7 @@ static int __init cs4231_sbus_attach(struct sbus_dev *sdev) if (err) return err; - sprintf(card->longname, "%s at 0x%02lx:0x%016lx, irq %d", + sprintf(card->longname, "%s at 0x%02lx:0x%016Lx, irq %d", card->shortname, rp->flags & 0xffL, (unsigned long long)rp->start, diff --git a/trunk/sound/sparc/dbri.c b/trunk/sound/sparc/dbri.c index 59a02a0d9afc..f3ae6e23610e 100644 --- a/trunk/sound/sparc/dbri.c +++ b/trunk/sound/sparc/dbri.c @@ -2645,7 +2645,7 @@ static int __init dbri_attach(int prom_node, struct sbus_dev *sdev) strcpy(card->driver, "DBRI"); strcpy(card->shortname, "Sun DBRI"); rp = &sdev->resource[0]; - sprintf(card->longname, "%s at 0x%02lx:0x%016lx, irq %d", + sprintf(card->longname, "%s at 0x%02lx:0x%016Lx, irq %d", card->shortname, rp->flags & 0xffL, (unsigned long long)rp->start, irq.pri);