From patchwork Tue Jan 23 20:16:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 125583 Delivered-To: patch@linaro.org Received: by 10.46.66.141 with SMTP id h13csp1984980ljf; Tue, 23 Jan 2018 12:25:35 -0800 (PST) X-Google-Smtp-Source: AH8x226PS8zVdiqqwiaeoqj90BmKpfUDoU92VpVBPx5EEgm67VwShq12TsyLWHgd8lzaFZlKMqZU X-Received: by 10.80.183.170 with SMTP id h39mr20910416ede.124.1516739135137; Tue, 23 Jan 2018 12:25:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516739135; cv=none; d=google.com; s=arc-20160816; b=QQnRKaFF4GvOPQAXiw3tPwOMhsk6AUJWJReum6el7WEOYncLN8GDafaX4W7hfcp68f y7AuWY9DorENvIUemzp6jeAuwTueYwEOFVFO3DEoFOs40+ljzKfaIGPKNrA9HNvMD0Qk jbv+5LPjs+zzW69B/LtVw2jvLGsVxPoRe/RBvFf4hYCKmvTSjgW0rgVZy+wfiNUQGnrN Uo4m43P23T5crzwnSOq/fr3g2LfVXyP4//2TP9qbK3NMfI/xoZFaLRnipbnp6uCrvQuN a6/F4c3ZntKPiBfSSyTYc444lbz44hG74psV8Ewys+rOs5Pr61ois+BupwAjyowCV/Wj /vIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:cc:references:in-reply-to:references :in-reply-to:message-id:date:to:from:arc-authentication-results; bh=oPJQ6/8C0fDWNRs1OrgtoQdhD2XhdqvqYq79WQh9Awg=; b=fyFgq8apUQ36seaQMuXs7mf9rDBHm7BmveMW1kGIQifMl0FZA+jHULh4xQPKWhCeax IKL876Q/F+PaVyqQS8moulQwJooSoAloIZ1rA0yrJMco9pcPhIHktbXck650SybTDKnh HpB17tc2PJIAdJmyjqxQjtHtqVbv1xR8cyzo5rKKyQQe+XU9l6vNsGneU0GIVVYBcKNE rtTctYXCgkeRzv7Tj3EWmxXtye1P+3HWSi/Oe6iZ4KujgnpUfd7BopahzFdYt4elwPsd rtTzmPMabqCJdpug0xmUCcYt0tnL4gK1qMjEr4KO8Ha91bO1kWz+l1WxdpqjHeU1YkEX Bx8w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id 93si11608334edk.128.2018.01.23.12.25.34; Tue, 23 Jan 2018 12:25:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by lists.denx.de (Postfix, from userid 105) id B6974C21E65; Tue, 23 Jan 2018 20:19:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 578F1C21DD7; Tue, 23 Jan 2018 20:17:28 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 4FA9DC21E68; Tue, 23 Jan 2018 20:17:14 +0000 (UTC) Received: from mail.free-electrons.com (mail.free-electrons.com [62.4.15.54]) by lists.denx.de (Postfix) with ESMTP id 1BACCC21E88 for ; Tue, 23 Jan 2018 20:17:10 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 110) id E7DB820C89; Tue, 23 Jan 2018 21:17:09 +0100 (CET) Received: from localhost (LFbn-1-2035-97.w90-76.abo.wanadoo.fr [90.76.104.97]) by mail.free-electrons.com (Postfix) with ESMTPSA id B605E207A8; Tue, 23 Jan 2018 21:17:09 +0100 (CET) From: Maxime Ripard To: Tom Rini Date: Tue, 23 Jan 2018 21:16:56 +0100 Message-Id: <00797679b40073c7480a156a83d3b0a1be72cf5f.1516723179.git-series.maxime.ripard@free-electrons.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: References: In-Reply-To: References: Cc: Andre Przywara , agraf@suse.de, u-boot@lists.denx.de, Maxime Ripard , Jagan Teki Subject: [U-Boot] [PATCH v3 07/15] env: mmc: Make the debug messages play a little nicer X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Since we have global messages to indicate what's going on, the custom messages in the environment drivers only make the output less readable. Make MMC play a little nicer by removing all the extra \n and formatting that is redundant with the global output. Reviewed-by: Andre Przywara Reviewed-by: Simon Glass Signed-off-by: Maxime Ripard Reviewed-by: Jaehoon Chung --- env/mmc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/env/mmc.c b/env/mmc.c index ed7bcf16ae0e..528fbf978162 100644 --- a/env/mmc.c +++ b/env/mmc.c @@ -233,7 +233,6 @@ static int env_mmc_save(void) goto fini; } - puts("done\n"); ret = 0; #ifdef CONFIG_ENV_OFFSET_REDUND