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 8B78BE75435 for ; Tue, 3 Oct 2023 08:50:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239387AbjJCIu0 (ORCPT ); Tue, 3 Oct 2023 04:50:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231501AbjJCIuZ (ORCPT ); Tue, 3 Oct 2023 04:50:25 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C81EAF; Tue, 3 Oct 2023 01:50:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1696323022; x=1727859022; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=bsIPAoe9uQsjZTCUKSh/8bZVh/ODAdfnpu5PZQbpYK4=; b=a4FCVLwmubfVAppI9gtvCoZk3RCMww3vi4D6hgkqh0PhEFKWIUZB5oRW ZDswUqqTcXFUelF+Dau8ukMYL20QCf2X+xNVQUwV338QdhlssPIAlgIun z9JrtbgPcnLAuDu1M9lm8Bzws0h9y5EW/N2Zm9sp5aMcow0gRGB3aL/JZ 9ByUuVN6DJsknpIvUS9yA9FlKMqjfzl4WK0YVkfrqfW6avRYfLA/fNxsx Vr5vlarJgIquOrxojDKQaViwLA2G0KuADqoS47NfgYdW+0fgN3BVA/cWJ jyiBBfMdFLPsgj4GNUMA3OeWLVVDIt2xK5pjoSY2taoY5BGMs6sOfZPzt Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10851"; a="381706793" X-IronPort-AV: E=Sophos;i="6.03,196,1694761200"; d="scan'208";a="381706793" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2023 01:50:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10851"; a="894402870" X-IronPort-AV: E=Sophos;i="6.03,196,1694761200"; d="scan'208";a="894402870" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga001.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2023 01:48:57 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97-RC1) (envelope-from ) id 1qnb6f-00000002RAU-0Ufi; Tue, 03 Oct 2023 11:50:17 +0300 Date: Tue, 3 Oct 2023 11:50:16 +0300 From: Andy Shevchenko To: kernel test robot Cc: Mathias Nyman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, oe-kbuild-all@lists.linux.dev, Greg Kroah-Hartman Subject: Re: [PATCH v1 03/10] xhci: dbc: Use sysfs_emit() to instead of scnprintf() Message-ID: References: <20231002161610.2648818-3-andriy.shevchenko@linux.intel.com> <202310030150.M1SfrYmG-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202310030150.M1SfrYmG-lkp@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 03, 2023 at 02:03:53AM +0800, kernel test robot wrote: > All warnings (new ones prefixed by >>): > > drivers/usb/host/xhci-dbgcap.c: In function 'dbc_show': > >> drivers/usb/host/xhci-dbgcap.c:926:34: warning: unused variable 'p' [-Wunused-variable] > 926 | const char *p; > | ^ Indeed, forgot to remove it... Mathias, tell me if you want a v2 of this patch or the entire series. -- With Best Regards, Andy Shevchenko