From: Lars-Peter Clausen Date: Thu, 11 Nov 2010 18:08:52 +0000 (+0100) Subject: MIPS: JZ4740: Fix pcm device name X-Git-Tag: v2.6.37-rc7~25^2~13 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4afdea81821880d0fc35e6c7ff54eeed9ec0614d;p=~emulex%2Finfiniband.git MIPS: JZ4740: Fix pcm device name 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 Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/1770/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/jz4740/platform.c b/arch/mips/jz4740/platform.c index 95bc2b5b14f..1cc9e544d16 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, };