diff options
Diffstat (limited to 'sound/sparc/dbri.c')
| -rw-r--r-- | sound/sparc/dbri.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c index 59a02a0d9afc..f3ae6e23610e 100644 --- a/sound/sparc/dbri.c +++ b/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); | 
