From patchwork Tue Jul 31 13:31:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 10402 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 726D223E56 for ; Tue, 31 Jul 2012 13:32:05 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 41F58A18CF5 for ; Tue, 31 Jul 2012 13:32:05 +0000 (UTC) Received: by mail-yw0-f52.google.com with SMTP id p61so5919659yhp.11 for ; Tue, 31 Jul 2012 06:32:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=xwnInLAekNuEkDhuJYoWs41NjXn0uwNZRRCq7ug/aWM=; b=LnyHLRMWsVuXIEhXd83mZ7qVAM1tpCA72sGxANIhDToYOZ5JFhEGu6P1NHToj9RJr+ WfhiF+oGo98PlN3lhGrcc8gx+lTm09TVWRyCy2tEy5xq9c2rON+zz2k1epvFIOgkCYIx fhUenDTnz3b2uLGSsRX5T9SgTE3QySyEItNfGy8beXO3NtNFv97rHyg+l25LnOUpnAM1 EQwvmpHife+GK6oZl7R9UTDZa4ve3LQ7kU9AOWBR0QSMQEbw7+na/w4T+k9k5A6DrIhc gI1j1cXrqYDxbLtKGiTmxVQ5FcvC+AbpA8DcL1k2iT8ykKDJ9kSQ9hJFoynuQ7rTNnDZ uXnw== Received: by 10.50.149.134 with SMTP id ua6mr690592igb.11.1343741524638; Tue, 31 Jul 2012 06:32:04 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.87.40 with SMTP id u8csp143101igz; Tue, 31 Jul 2012 06:31:56 -0700 (PDT) Received: by 10.180.81.66 with SMTP id y2mr6849415wix.22.1343741515621; Tue, 31 Jul 2012 06:31:55 -0700 (PDT) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx.google.com with ESMTPS id e5si271223wiz.14.2012.07.31.06.31.55 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2012 06:31:55 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by wgbds11 with SMTP id ds11so5598396wgb.31 for ; Tue, 31 Jul 2012 06:31:55 -0700 (PDT) Received: by 10.216.232.84 with SMTP id m62mr7152598weq.200.1343741515095; Tue, 31 Jul 2012 06:31:55 -0700 (PDT) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id ex20sm263310wid.7.2012.07.31.06.31.53 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2012 06:31:54 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: STEricsson_nomadik_linux@list.st.com, linus.walleij@stericsson.com, arnd@arndb.de, olalilja@yahoo.se, ola.o.lilja@stericsson.com, alsa-devel@alsa-project.org, broonie@opensource.wolfsonmicro.com, lrg@ti.com, Lee Jones Subject: [PATCH 4/6] ARM: ux500: Fix merge error, so such struct 'snd_soc_u8500' Date: Tue, 31 Jul 2012 14:31:29 +0100 Message-Id: <1343741493-17671-9-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343741493-17671-1-git-send-email-lee.jones@linaro.org> References: <1343741493-17671-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQl0be+1fqCLa2uN63lV/GX8r97PhdBZ7lNIgQigLqptGVbeGPXVPXmY20mAKee+E1fS87EN The platform attempts to register platform device 'snd_soc_u8500' which doesn't actually exist. Here we change the reference to the correct one 'snd_soc_mop500'. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-msp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-ux500/board-mop500-msp.c b/arch/arm/mach-ux500/board-mop500-msp.c index 9960480..1b6a193 100644 --- a/arch/arm/mach-ux500/board-mop500-msp.c +++ b/arch/arm/mach-ux500/board-mop500-msp.c @@ -228,7 +228,7 @@ int mop500_msp_init(struct device *parent) struct platform_device *msp1; pr_info("%s: Register platform-device 'snd-soc-u8500'.\n", __func__); - platform_device_register(&snd_soc_u8500); + platform_device_register(&snd_soc_mop500); pr_info("Initialize MSP I2S-devices.\n"); db8500_add_msp_i2s(parent, 0, U8500_MSP0_BASE, IRQ_DB8500_MSP0,