From patchwork Thu Oct 16 15:43:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Rosin X-Patchwork-Id: 5094071 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 5EF1A9F30B for ; Thu, 16 Oct 2014 19:50:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 43E7A201F7 for ; Thu, 16 Oct 2014 19:50:09 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 5E867201FA for ; Thu, 16 Oct 2014 19:50:03 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 463F5264F23; Thu, 16 Oct 2014 21:50:00 +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=-0.1 required=5.0 tests=BAYES_00, SUBJ_OBFU_PUNCT_MANY, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id C1C452605FA; Thu, 16 Oct 2014 21:49: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 96392261B32; Thu, 16 Oct 2014 17:45:43 +0200 (CEST) Received: from EMAIL.axentia.se (axentia.se [87.96.186.132]) by alsa0.perex.cz (Postfix) with ESMTP id E2EC02605C9 for ; Thu, 16 Oct 2014 17:45:36 +0200 (CEST) Received: from EMAIL.axentia.se (192.168.2.5) by EMAIL.axentia.se (192.168.2.5) with Microsoft SMTP Server (TLS) id 15.0.775.38; Thu, 16 Oct 2014 17:43:41 +0200 Received: from EMAIL.axentia.se ([fe80::5810:5f52:e9e0:1395]) by EMAIL.axentia.se ([fe80::5810:5f52:e9e0:1395%10]) with mapi id 15.00.0775.031; Thu, 16 Oct 2014 17:43:40 +0200 From: Peter Rosin To: "alsa-devel@alsa-project.org" Thread-Topic: [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug. Thread-Index: Ac/pV/wpwtWn93w7QkKLCzZq31t3kA== Date: Thu, 16 Oct 2014 15:43:40 +0000 Message-ID: <6f13dfe392b146a4a8ea07115265d551@EMAIL.axentia.se> Accept-Language: en-US, sv-SE Content-Language: sv-SE X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.2.1] x-gfi-smtp-submission: 1 x-gfi-smtp-hellodomain: EMAIL.axentia.se x-gfi-smtp-remoteip: 192.168.2.5 MIME-Version: 1.0 X-Mailman-Approved-At: Thu, 16 Oct 2014 21:49:49 +0200 Cc: Peter Rosin Subject: [alsa-devel] [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug. 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 From 64e0a6c2fe731eb24c81c7c56a3cacdda3d51610 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Thu, 16 Oct 2014 17:22:05 +0200 Subject: [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug. Signed-off-by: Peter Rosin Acked-by: Bo Shen --- sound/soc/atmel/atmel_ssc_dai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c index f403f39..775a2ba 100644 --- a/sound/soc/atmel/atmel_ssc_dai.c +++ b/sound/soc/atmel/atmel_ssc_dai.c @@ -267,7 +267,7 @@ static void atmel_ssc_shutdown(struct snd_pcm_substream *substream, if (!ssc_p->dir_mask) { if (ssc_p->initialized) { /* Shutdown the SSC clock. */ - pr_debug("atmel_ssc_dau: Stopping clock\n"); + pr_debug("atmel_ssc_dai: Stopping clock\n"); clk_disable(ssc_p->ssc->clk); free_irq(ssc_p->ssc->irq, ssc_p);