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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4AEC1C433FE for ; Wed, 19 Oct 2022 16:13:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Y/hYp69qXOJ5eoYgWFRpnZbpvrgjHE8HQPVFUpLb85o=; b=dGe6ju1pOSdQJB DHRDUVPQQ7H1kuRiHZJYzwwRzYoLTkg6iz1fAHv38DzKFOnqqC5u+YgtVpiNIEzWMZpUn3tX3Rf/x IK2TYPZMIuXHF5biqfPT72OGoilJkajk8LRuZWfeCuiGhAg4ha57Grk7bUo2I7qZuDBw/BKXT+vfM kjlCxfpQUmqLqjv1pk9vXA0f0+XvxeWnALjPMKnr3hN6CeFWM8D2+9zGZH/5rNiH+5ve0r/9EXzL+ PX+OrYj50cYX8STn4z/74dblEOZSnddyiyhiqRN69vVoc2izHi1pt2rageIZz+MKr+zfqLsSFgjbL /1ryd8aeleYsUfoW54TQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1olBfj-003mhp-8U; Wed, 19 Oct 2022 16:12:00 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1olBUY-003cRy-0S for linux-arm-kernel@lists.infradead.org; Wed, 19 Oct 2022 16:00:27 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3D6126194C; Wed, 19 Oct 2022 16:00:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 26CCEC433D6; Wed, 19 Oct 2022 16:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666195224; bh=DjbawUccxjnJvbIbgAuOguhwGPjbb3zsbfRfxbYDvxw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yL+Awzbz/ZAzU9Q9R+8q9Eq4KMfx3bCVrScacuR2IzcMkbAfgNCagkvWX4GyVKGY8 pFVcIYePGGgEFYz7yyhyksULcFzSJCj3UVpguWNea1PQyPSDjxDrj/iqugNWMblThZ fmzpKxMfY2Xm9sWzR3XjOCCouJRKVoSsg4RcaoHc= Date: Wed, 19 Oct 2022 18:00:22 +0200 From: Greg Kroah-Hartman To: John Ogness Cc: Petr Mladek , Sergey Senozhatsky , Steven Rostedt , Thomas Gleixner , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Alim Akhtar , Jiri Slaby , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH printk v2 14/38] tty: serial: samsung_tty: use console_is_enabled() Message-ID: References: <20221019145600.1282823-1-john.ogness@linutronix.de> <20221019145600.1282823-15-john.ogness@linutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221019145600.1282823-15-john.ogness@linutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221019_090026_151319_0CF7AD30 X-CRM114-Status: GOOD ( 12.19 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Oct 19, 2022 at 05:01:36PM +0206, John Ogness wrote: > Replace (console->flags & CON_ENABLED) usage with console_is_enabled(). > > Signed-off-by: John Ogness > --- > drivers/tty/serial/samsung_tty.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel