From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A1328C433DF for ; Mon, 18 May 2020 16:21:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 79D6D20657 for ; Mon, 18 May 2020 16:21:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="UrRxqqN2" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728370AbgERQVW (ORCPT ); Mon, 18 May 2020 12:21:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47078 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727005AbgERQVW (ORCPT ); Mon, 18 May 2020 12:21:22 -0400 Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8F97C061A0C for ; Mon, 18 May 2020 09:21:19 -0700 (PDT) Received: by mail-wm1-x331.google.com with SMTP id m185so144758wme.3 for ; Mon, 18 May 2020 09:21:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=SAlVc8Y9WPmWCnfLlC2hsjQ0F9+TvwmR33hhaJXJf5I=; b=UrRxqqN20RhAdbH4vEHZ28qeT50NZ8UZ05N7xM2PspJfHqF8RVO/by2VD5XAbYGZKe 9XfhDMFZtmKAcsW+9o+SbuTGlkfHwOPykhJ/XU45iJBebw9Zp+6p0zhtzUUyjpqQulJ7 SRN71x3FSqyXSIDfCOx1KbIgYAr1aY+54IyfUOYm6H1S0Xv13Eh8H3OChphTEU9snVKU va0Sp4LLHM3Pe9kWy0P4va4d+bKyHiXKqchHqaUWYWQO5xLoAr0qGmAZp6IgqDk+y/z2 MJQL657Ezc6ATeHZ6Qtga/agwgn8enZVlz0AsQBvnF13F3Op8dvQEsoWWTO4DAsbTvcc QSeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=SAlVc8Y9WPmWCnfLlC2hsjQ0F9+TvwmR33hhaJXJf5I=; b=E+tEcH/GJi64INN6wthgC/O7OH4VD0a7gWgRczOM/hhnA3smk6BGXQLxnr+eVQrRXI s/BwCbE09CO2Qi0RlgHciif+A6sys50cxXDgdbbqach3fhAo4Ib0MLsvAEUuMSD9g2/g e/2BlRbVr4mEDVvvkoJmUzbxxEg2/uA6UKcYZijlIl69P+e4eCT/65Om7UkapfI0+yhE 8AwaTx086cbi0ccUXBdRAhUmITix1MJXFkpm9U7/FxB1hkC33lD9YCyBQidNIvLdM7jM DgGS4paSkzoyZJ5idinzh+Rl6Ryw2bV/bRfipx4VanIifWlPjHU89AudvF0C/9xz6xJz KX7A== X-Gm-Message-State: AOAM533P4kHfg/cpm+aPcR+d8Sch53UUJpqwFMMBS/JRvZvMhxIn9ZQz DgUF3aIJnWakWd7NjKOqHDTI9rqdg4c= X-Google-Smtp-Source: ABdhPJyPVB4AbD+I0nNx5e85Skgk/Z8I85dB/DJShQQyEM8ES2m0iao8D9F8E6K5aP7R23YCOD4MtA== X-Received: by 2002:a05:600c:d7:: with SMTP id u23mr135046wmm.155.1589818878212; Mon, 18 May 2020 09:21:18 -0700 (PDT) Received: from ?IPv6:2a01:e34:ed2f:f020:9e7:3ac5:a930:2cd8? ([2a01:e34:ed2f:f020:9e7:3ac5:a930:2cd8]) by smtp.googlemail.com with ESMTPSA id f128sm125911wme.1.2020.05.18.09.21.17 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 18 May 2020 09:21:17 -0700 (PDT) Subject: Re: [PATCH v1] drivers/clocksource/arm_arch_timer: remove duplicate error message To: Dejin Zheng , mark.rutland@arm.com, maz@kernel.org, tglx@linutronix.de, linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org References: <20200429153559.21189-1-zhengdejin5@gmail.com> From: Daniel Lezcano Message-ID: Date: Mon, 18 May 2020 18:21:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200429153559.21189-1-zhengdejin5@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 29/04/2020 17:35, Dejin Zheng wrote: > it will print an error message by itself when acpi_gtdt_init() > goes wrong. so remove the duplicate error message. > > Signed-off-by: Dejin Zheng Applied, thanks -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog