MIPS: JZ4740: Fix pcm device name

Message ID 1289498933-12836-1-git-send-email-lars@metafoo.de
State Accepted
Delegated to: Ralf Baechle
Headers show

Commit Message

Lars-Peter Clausen Nov. 11, 2010, 6:08 p.m.
As part the ASoC multi-component patch (commit f0fba2ad) the jz4740 pcm driver
was renamed to 'jz4740-pcm-audio'. Adjust the device name accordingly.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
 arch/mips/jz4740/platform.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

root Nov. 22, 2010, 6:47 p.m. | #1
Thanks, applied.

  Ralf

Patch

diff --git a/arch/mips/jz4740/platform.c b/arch/mips/jz4740/platform.c
index c860b01..a17a17b 100644
--- a/arch/mips/jz4740/platform.c
+++ b/arch/mips/jz4740/platform.c
@@ -208,7 +208,7 @@  struct platform_device jz4740_i2s_device = {
 
 /* PCM */
 struct platform_device jz4740_pcm_device = {
-	.name		= "jz4740-pcm",
+	.name		= "jz4740-pcm-audio",
 	.id		= -1,
 };