From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DCC4C438FED for ; Fri, 27 Feb 2026 15:10:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772205013; cv=none; b=FEJy2YT77r7D2wxAjgqfSRAsOVItwxd2m5soPWsBVBOdDwkSRXIDnJpWRpnlxDPdL3NxVTfF3KFgpyc2++tXu1Y7VtdnH7XNz+5TLwWgg9hFXglthrqQvpUzJdjJ1z6+NKu/yFPDP9d4XRP0xVqlQx7h1u3Ka9bS/O2AcvfZh9c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772205013; c=relaxed/simple; bh=GQmfSHcKDy0GffPbgpng0PxRwNUSytHhkEYddj7FZ0I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=h/z+gtS4RqBmTcCgt9VEvp2wP8nkKLJr38jlMndX6tAgCF959EygtsRq2k5QId4Md7RCHDVXEL82ehpA3Hjdb63TIrxeuWL5yf+gDuaZPFLAT38x3rdIvWzPsnyJIhmAZutNfj9TDjcoKikxf/ggsq4sBwWlYrwAzmBhnRcJtY0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=SKog+K61; arc=none smtp.client-ip=198.175.65.15 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="SKog+K61" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1772205012; x=1803741012; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=GQmfSHcKDy0GffPbgpng0PxRwNUSytHhkEYddj7FZ0I=; b=SKog+K61GperPvvKjfQCRh0oMpgPnEl05cQrIXTJfmff1WhalC2tDPfD EfI7GEWngLXWuHDnDwsTtETFIwUxNCabDWk8n7mxOKwpdFtZk0VNVW+7U D8XuQiYlIv1ETiJocf4XsSJLfwxR/JNvf8v/cBIBOhEnmoHYNjTQ+O/sF lmEzefdU+ZCJ5Tfz8FTp7yp9p8vYLB18xEYzJ715bX33KjbsoNus7cmCO EbNQzukOKk7NLzgtu/RNKGgyDLK5XjuZ8MCqkZkORkeZhaJvAWJVl/V+S 49xNZPKtcve/8+D+ocep0VeXWT3fRAnkTJry4Dy/7aatRIIcRCpi98x9l g==; X-CSE-ConnectionGUID: D6qOVvrYQzG0L3nwk9babw== X-CSE-MsgGUID: gNGKuM0kSFyV/Yf9liD1sg== X-IronPort-AV: E=McAfee;i="6800,10657,11714"; a="76897922" X-IronPort-AV: E=Sophos;i="6.21,314,1763452800"; d="scan'208";a="76897922" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2026 07:10:11 -0800 X-CSE-ConnectionGUID: k1wNGAb+TcySWkVIUwcShA== X-CSE-MsgGUID: bFCQlblcQnSyEp+VrFhWzw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,314,1763452800"; d="scan'208";a="247434646" Received: from egrumbac-mobl6.ger.corp.intel.com (HELO localhost) ([10.245.245.180]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2026 07:10:09 -0800 Date: Fri, 27 Feb 2026 17:10:06 +0200 From: Andy Shevchenko To: Dan Carpenter Cc: oe-kbuild@lists.linux.dev, lkp@intel.com, oe-kbuild-all@lists.linux.dev, linux-gpio@vger.kernel.org, Linus Walleij , Patrick Rudolph Subject: Re: [linusw-pinctrl:devel 16/22] drivers/pinctrl/pinctrl-cy8c95x0.c:1325 cy8c95x0_irq_setup() warn: passing positive error code '1' to 'dev_err_probe' Message-ID: References: <202602271847.vVWkqLBD-lkp@intel.com> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202602271847.vVWkqLBD-lkp@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo On Fri, Feb 27, 2026 at 02:40:45PM +0300, Dan Carpenter wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git devel > head: a901e8705f89f3616fad3bb6aeddba33be86b08a > commit: 014884732095b982412d13d3220c3fe8483b9b3e [16/22] pinctrl: cy8c95x0: Unify messages with help of dev_err_probe() False positive. This commit didn't change the previous behaviour. Perhaps smatch complained earlier? But thanks, I'm going to address this right away! -- With Best Regards, Andy Shevchenko