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 9B821E743EE for ; Fri, 29 Sep 2023 07:27:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232490AbjI2H1F (ORCPT ); Fri, 29 Sep 2023 03:27:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229754AbjI2H1E (ORCPT ); Fri, 29 Sep 2023 03:27:04 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id EA19E199; Fri, 29 Sep 2023 00:27:02 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id EEE828088; Fri, 29 Sep 2023 07:27:01 +0000 (UTC) Date: Fri, 29 Sep 2023 10:27:00 +0300 From: Tony Lindgren To: kernel test robot Cc: Greg Kroah-Hartman , Jiri Slaby , oe-kbuild-all@lists.linux.dev, Andy Shevchenko , Dhruva Gole , Ilpo =?utf-8?B?SsOkcnZpbmVu?= , John Ogness , Johan Hovold , Sebastian Andrzej Siewior , Vignesh Raghavendra , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH] serial: 8250_omap: Drop pm_runtime_irq_safe() Message-ID: <20230929072700.GF5285@atomide.com> References: <20230928080358.2693-1-tony@atomide.com> <202309290255.uEGVqQAE-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202309290255.uEGVqQAE-lkp@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org * kernel test robot [230928 18:13]: > drivers/tty/serial/8250/8250_omap.c: In function 'omap8250_irq': > >> drivers/tty/serial/8250/8250_omap.c:688:1: warning: label 'out_runtime_put' defined but not used [-Wunused-label] > 688 | out_runtime_put: > | ^~~~~~~~~~~~~~~ Looks like this happens if CONFIG_SERIAL_8250_DMA is not set, I'll take a look. Regards, Tony