From patchwork Tue Apr 22 07:30:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 4029531 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 42210BFF02 for ; Tue, 22 Apr 2014 07:30:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 76C9E20213 for ; Tue, 22 Apr 2014 07:30:57 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 770C620204 for ; Tue, 22 Apr 2014 07:30:56 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 8EB2A261A74; Tue, 22 Apr 2014 09:30:55 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 0ECF1261A6D; Tue, 22 Apr 2014 09:30:50 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id CE764261A7C; Tue, 22 Apr 2014 09:30:48 +0200 (CEST) Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by alsa0.perex.cz (Postfix) with ESMTP id 20A2D261A5E for ; Tue, 22 Apr 2014 09:30:38 +0200 (CEST) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id s3M7Ubp1013461; Tue, 22 Apr 2014 02:30:37 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id s3M7UbYY004968; Tue, 22 Apr 2014 02:30:37 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.174.1; Tue, 22 Apr 2014 02:30:36 -0500 Received: from dlep32.itg.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id s3M7UYdq002603; Tue, 22 Apr 2014 02:30:35 -0500 From: Peter Ujfalusi To: Mark Brown , Liam Girdwood Date: Tue, 22 Apr 2014 10:30:33 +0300 Message-ID: <1398151833-5219-1-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 1.9.2 MIME-Version: 1.0 Cc: alsa-devel@alsa-project.org, lars@metafoo.de Subject: [alsa-devel] [PATCH] ASoC: omap-hdmi: Remove excess curly bracket X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Fix the error added by commit: ASoC: omap-hdmi: Bind the platform driver to the dai driver when loading Reported-by: Lars-Peter Clausen Signed-off-by: Peter Ujfalusi --- sound/soc/omap/omap-hdmi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/omap/omap-hdmi.c b/sound/soc/omap/omap-hdmi.c index 32614b49653c..537a1ec8ad61 100644 --- a/sound/soc/omap/omap-hdmi.c +++ b/sound/soc/omap/omap-hdmi.c @@ -330,7 +330,6 @@ static int omap_hdmi_probe(struct platform_device *pdev) return omap_pcm_platform_register(&pdev->dev); } -} static int omap_hdmi_remove(struct platform_device *pdev) {