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 CB524C77B7A for ; Wed, 17 May 2023 05:51:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229661AbjEQFvb (ORCPT ); Wed, 17 May 2023 01:51:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52896 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229596AbjEQFva (ORCPT ); Wed, 17 May 2023 01:51:30 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CF4D11BE3; Tue, 16 May 2023 22:51:29 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 99E798108; Wed, 17 May 2023 05:51:28 +0000 (UTC) Date: Wed, 17 May 2023 08:51:27 +0300 From: Tony Lindgren To: Randy Dunlap Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , linux-serial@vger.kernel.org, Greg Kroah-Hartman , Geert Uytterhoeven Subject: Re: linux-next: Tree for May 15 (drivers/tty/serial/8250/8250_omap.c) Message-ID: <20230517055127.GJ14287@atomide.com> References: <20230515141235.0777c631@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org * Randy Dunlap [230516 02:40]: > > > On 5/14/23 21:12, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20230512: > > > > # CONFIG_PM is not set > > > ../drivers/tty/serial/8250/8250_omap.c:169:13: warning: 'uart_write' defined but not used [-Wunused-function] > 169 | static void uart_write(struct omap8250_priv *priv, u32 reg, u32 val) > | ^~~~~~~~~~ Thanks Geert has posted a fix for it: https://lore.kernel.org/linux-serial/20230515122356.GI14287@atomide.com/T/#t Regards, Tony