diff options
Diffstat (limited to 'sound/sparc/cs4231.c')
| -rw-r--r-- | sound/sparc/cs4231.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sound/sparc/cs4231.c b/sound/sparc/cs4231.c index 5018fcf41df5..9a06c3bd6944 100644 --- a/sound/sparc/cs4231.c +++ b/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, | 
