From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-43172.protonmail.ch (mail-43172.protonmail.ch [185.70.43.172]) (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 078453B4EA9 for ; Mon, 17 Aug 2026 12:03:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.43.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786968213; cv=none; b=B0ULotj1vVwVuVlPAHUF/FCKCoN3IVATjSTGmbpHf65u9+befrsrJWcc7hZoFr0iXTuYNO+JMyKeKbpQo3irEmNKpLhT0sKkL5Bc5LnfpbR7vmDKJ2Si85zORNenB9zZdmuGEyNGENZCWB1ZR41juKTdQOKgnxmomi7c2MenRW0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786968213; c=relaxed/simple; bh=ACoCOhp5lQJrgNW9bpl3w734Arhnd/5tMaUwjZehLOY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=HYYW8my4PmkO/QWPFxyz4HmlZD+JjaMX5eUKIHqaNe/egbTQmL6xm8mr6xTGr0Wj73dEnQ3c9+2Ur1J2Puaqq10Zav9coAH3ZV3oRgSxDxv/eefqiSJDmlpe7Jt+E++1fWbosWZ29Ljt3pUVwT4QPlRH8TXYY8pohwq1OA+ewp4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=geanix.com; spf=pass smtp.mailfrom=geanix.com; dkim=pass (2048-bit key) header.d=geanix.com header.i=@geanix.com header.b=A1r5RnPa; arc=none smtp.client-ip=185.70.43.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=geanix.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=geanix.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=geanix.com header.i=@geanix.com header.b="A1r5RnPa" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=geanix.com; s=protonmail; t=1786968203; x=1787227403; bh=T7Qi65ZuEviSumPdpv7W1+KMSg1GaAfLV6e+a5a8Aw8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=A1r5RnPad3umsPyWguCQnSyaY12H+PEsysjN8olko8mMkfmrYGlCduT9GEnqaOz7B xGgLewKOSgstso9p7H44S4kQDYwvaB55M9GMgZeFTDu3h4vPeft8aDIWHFl05kG2+d z7oxpA86K/v0q+LfS4Na2osBjitabHR6f5Qgge3LbIYSk80/dhfQWqxjlF3rH2v/vR dxfsjICt8l+tab/fwMccPwFLrjALDKNak8jmfE7aP5Mo9QIE0e9oEKj73jq2cvXsIt ccD7caRF06VqQaO6tRexaXUkN+jwF1SVmvY0rxeHhAEasAEejACSJZv8H1Z5BxdmJ3 PAv6OWQ930Mhg== X-Pm-Submission-Id: 4hNs150zHZz1DDs5 From: Esben Haabendal To: "Jonathan Cameron" Cc: "David Lechner" , Nuno =?utf-8?Q?S=C3=A1?= , "Andy Shevchenko" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Nikita Travkin" , "Maslov Dmitry" , "Kuppuswamy Sathyanarayanan" , "Thomas Gleixner" , "Pan Chuang" , "Yangtao Li" , , , , Subject: Re: [PATCH v4 5/7] iio: light: ltr501: Fix duplicated error message In-Reply-To: <20260815043715.5ec442c7@jic23-huawei> (Jonathan Cameron's message of "Sat, 15 Aug 2026 04:37:15 +0100") References: <20260810-liteon-ltr329-v4-0-8bd3dfd15280@geanix.com> <20260810-liteon-ltr329-v4-5-8bd3dfd15280@geanix.com> <20260815043715.5ec442c7@jic23-huawei> Date: Mon, 17 Aug 2026 14:03:20 +0200 Message-ID: <8733wdkl87.fsf@geanix.com> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain "Jonathan Cameron" writes: > On Mon, 10 Aug 2026 09:11:15 +0200 > Esben Haabendal wrote: > >> The dev_err() message was causing duplicated error messages, as >> devm_request_threaded_irq() calls dev_err_probe() on failure. >> >> Fixes: 55b48e23f5c4 ("genirq/devres: Add error handling in devm_request_*_irq()") > Not a fix. This is tidying up. All good, but we don't want anyone > to think this is something to backport. > > So drop the Fixes tag and tweak the patch title to not say it is a fix. > > Drop duplicated error message > or something like that. No problem. /Esben