Received: by 2002:a05:6358:3188:b0:123:57c1:9b43 with SMTP id q8csp409143rwd; Tue, 30 May 2023 23:20:36 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ64pY9HCnEFHzwoOIGHgYovHXIsgX/dXPk2+ENbnVgMhyLv6ofCjJ9ddBMkXW03KUQFGaxM X-Received: by 2002:a25:2186:0:b0:ba2:6aea:2b2 with SMTP id h128-20020a252186000000b00ba26aea02b2mr4840230ybh.39.1685514035772; Tue, 30 May 2023 23:20:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1685514035; cv=none; d=google.com; s=arc-20160816; b=ydMS6I0T/J9ZuOm8sndbS16Gw+Dx3TY2TZWBpmIp6PTeBU2wF40ry1s+UEh0NwbG8B nKo08U1Ovce1ClKBH3+yAkk2w+IFkYG+pO4HQgY3PWn4LQVCrbtuy33uCeGaQDd13Oum cMptnvOXP6rn/2VdsErox0B0t56q6hhDPjQh1lxQ8eODU+pu3ij9hB0RtGv8bT+8pUar cOIFaRicXgxQ2OdqrvNLbe4YI1Ph6L4SEHEH2x/NNWqh017gODCdbbxiwhJ2toOQbdIr K63CleLYtbC/zE0NyrcA4D+DqV522yW4b+2GeO4aaDoNBXq/6i7X5rOdNfPNO3COQQS4 Qazw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=UmADYl47iPfmZyfqbGVXIsBvQ9tbeZZStOvbsyoyw/o=; b=SLYa/eQMipbw7zUiFROKP6MYbugwu0YmgRi00ySQPiQXgzc+0ublpNu5B2N5RpVtGc Y6uwTaROuUTarggatSi5+Klmx0psVW1SSWRfVmE4prBRI9EoZ3DPKpT34/BZ7n+rSXp7 dhCJus55IrOQnyP9uq5TLiXbp1MsfmVqBXE3131JfOfyRUU6EWCKjeS3cX+0hhwbwq6u Cj/t4besUIuX+ptd3C8OSuMpZ++lqN+09pOtLIBw837hBbZ1pFTlZRNxw+HYL3e7syBR UOgJknyca9+Z8HOtRXCOK1ed12+yGrpvppLVmh3bLaP7AMnKqE/Wdg63+nq+SGIfsaJv VykQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id b5-20020a170902e94500b001b049396679si137138pll.556.2023.05.30.23.20.00; Tue, 30 May 2023 23:20:35 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234209AbjEaFcS (ORCPT + 99 others); Wed, 31 May 2023 01:32:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234195AbjEaFcR (ORCPT ); Wed, 31 May 2023 01:32:17 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id F085A11F; Tue, 30 May 2023 22:32:06 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 33B458164; Wed, 31 May 2023 05:32:06 +0000 (UTC) Date: Wed, 31 May 2023 08:32:04 +0300 From: Tony Lindgren To: Prathu Baronia Cc: Kevin Hilman , Aaro Koskinen , Janusz Krzysztofik , Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm: omap1: replace printk() with pr_err macro Message-ID: <20230531053204.GW14287@atomide.com> References: <20230518103324.881394-1-quic_pbaronia@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230518103324.881394-1-quic_pbaronia@quicinc.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Prathu Baronia [230518 13:34]: > Use pr_err() macro instead of printk(KERN_ERR "..."). Thanks applying into omap-for-v6.5/cleanup. Tony