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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EDE63C77B73 for ; Wed, 31 May 2023 05:32:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234230AbjEaFcU (ORCPT ); Wed, 31 May 2023 01:32:20 -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> 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