From patchwork Fri Sep 25 19:33:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gianluca X-Patchwork-Id: 7267521 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C6A6EBEEC1 for ; Fri, 25 Sep 2015 19:40:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7011120995 for ; Fri, 25 Sep 2015 19:40:34 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 7D8D920546 for ; Fri, 25 Sep 2015 19:40:33 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 6DB7F266514; Fri, 25 Sep 2015 21:40:32 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 433BB266469; Fri, 25 Sep 2015 21:40:26 +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 7DC7626648D; Fri, 25 Sep 2015 21:40:23 +0200 (CEST) Received: from gianlinux (unknown [77.89.4.21]) by alsa0.perex.cz (Postfix) with ESMTP id 8F9DA26644C for ; Fri, 25 Sep 2015 21:40:16 +0200 (CEST) Received: from gianlinux (localhost [127.0.0.1]) by gianlinux (8.14.4/8.14.4/Debian-2ubuntu2.1) with ESMTP id t8PJeGFm007789; Fri, 25 Sep 2015 21:40:16 +0200 Received: (from gianluca@localhost) by gianlinux (8.14.4/8.14.4/Submit) id t8PJeG9O007770; Fri, 25 Sep 2015 21:40:16 +0200 From: Gianluca Renzi To: Mark Brown Date: Fri, 25 Sep 2015 21:33:42 +0200 Message-Id: <1443209622-7716-2-git-send-email-gianlucarenzi@eurekelettronica.it> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1443209622-7716-1-git-send-email-gianlucarenzi@eurekelettronica.it> References: <1443209622-7716-1-git-send-email-gianlucarenzi@eurekelettronica.it> Cc: Fabio Estevam , alsa-devel@alsa-project.org, Takashi Iwai , linux-kernel@vger.kernel.org, Gianluca Renzi , Liam Girdwood Subject: [alsa-devel] [PATCH 2/2] ASoC: sgtl5000: fix error message output for MicBias voltage 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: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Cc: Liam Girdwood Cc: Takashi Iwai Cc: Fabio Estevam Cc: alsa-devel@alsa-project.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Gianluca Renzi --- sound/soc/codecs/sgtl5000.c | 2 +- 1 file changed, 1 insertions(+), 1 deletions(-) --- a/sound/soc/codecs/sgtl5000.c 2015-09-25 15:24:10.597051191 +0200 +++ b/sound/soc/codecs/sgtl5000.c 2015-09-25 21:28:00.318016274 +0200 @@ -1549,7 +1549,7 @@ static int sgtl5000_i2c_probe(struct i2c else { sgtl5000->micbias_voltage = 0; dev_err(&client->dev, - "Unsuitable MicBias resistor\n"); + "Unsuitable MicBias voltage\n"); } } else { sgtl5000->micbias_voltage = 0;