diff options
Diffstat (limited to 'sound/arm/sa11xx-uda1341.c')
-rw-r--r-- | sound/arm/sa11xx-uda1341.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/arm/sa11xx-uda1341.c b/sound/arm/sa11xx-uda1341.c index 51d708c31e65..7101d3d8bae6 100644 --- a/sound/arm/sa11xx-uda1341.c +++ b/sound/arm/sa11xx-uda1341.c | |||
@@ -915,7 +915,7 @@ static int __devinit sa11xx_uda1341_probe(struct platform_device *devptr) | |||
915 | snd_card_set_dev(card, &devptr->dev); | 915 | snd_card_set_dev(card, &devptr->dev); |
916 | 916 | ||
917 | if ((err = snd_card_register(card)) == 0) { | 917 | if ((err = snd_card_register(card)) == 0) { |
918 | printk( KERN_INFO "iPAQ audio support initialized\n" ); | 918 | printk(KERN_INFO "iPAQ audio support initialized\n"); |
919 | platform_set_drvdata(devptr, card); | 919 | platform_set_drvdata(devptr, card); |
920 | return 0; | 920 | return 0; |
921 | } | 921 | } |