diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-01-09 04:54:59 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-13 03:56:40 -0500 |
commit | e37051dc7f35de5ce3f64c40852365ff24f2436c (patch) | |
tree | 9a8435140889fd3b5d084caf17168d1ef3b41143 /sound | |
parent | 28f9a9294a37ddbc1d821782afc8754eed4bce4e (diff) |
ARM: 7274/1: NUC900: Rename nuc900-audio platform device to nuc900-ac97
This change ensures the platform device name matches nuc900-ac97 platform
driver name.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Wan Zongshun <mcuos.com@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/nuc900/nuc900-ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/nuc900/nuc900-ac97.c b/sound/soc/nuc900/nuc900-ac97.c index a4e3237956e2..80ff85934a1f 100644 --- a/sound/soc/nuc900/nuc900-ac97.c +++ b/sound/soc/nuc900/nuc900-ac97.c | |||
@@ -366,7 +366,7 @@ static int __devinit nuc900_ac97_drvprobe(struct platform_device *pdev) | |||
366 | goto out3; | 366 | goto out3; |
367 | 367 | ||
368 | /* enbale ac97 multifunction pin */ | 368 | /* enbale ac97 multifunction pin */ |
369 | mfp_set_groupg(nuc900_audio->dev, "nuc900-audio"); | 369 | mfp_set_groupg(nuc900_audio->dev, NULL); |
370 | 370 | ||
371 | return 0; | 371 | return 0; |
372 | 372 | ||