aboutsummaryrefslogtreecommitdiffstats
path: root/sound/arm
diff options
context:
space:
mode:
Diffstat (limited to 'sound/arm')
-rw-r--r--sound/arm/sa11xx-uda1341.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/arm/sa11xx-uda1341.c b/sound/arm/sa11xx-uda1341.c
index 1dcd51d81d10..ed481a866a3e 100644
--- a/sound/arm/sa11xx-uda1341.c
+++ b/sound/arm/sa11xx-uda1341.c
@@ -914,7 +914,7 @@ static int __devinit sa11xx_uda1341_probe(struct platform_device *devptr)
914 snd_card_set_dev(card, &devptr->dev); 914 snd_card_set_dev(card, &devptr->dev);
915 915
916 if ((err = snd_card_register(card)) == 0) { 916 if ((err = snd_card_register(card)) == 0) {
917 printk( KERN_INFO "iPAQ audio support initialized\n" ); 917 printk(KERN_INFO "iPAQ audio support initialized\n");
918 platform_set_drvdata(devptr, card); 918 platform_set_drvdata(devptr, card);
919 return 0; 919 return 0;
920 } 920 }