From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 341093947B8 for ; Fri, 31 Jul 2026 07:16:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785482163; cv=none; b=J2nX5RZFYRs+f6/3NYwJ440r0mK1/xE8zvD4ayn1A0yTGgiVXhZ6XEna8u+V0msexHki2A/m37Hku7osTcPEMLp2ocvIw1amG0MfN4Xts1/1OCzq+WWV3BiBjEgylbH6CpKBSfVgfByvT58BV3qv1HwSVlBb9qrK5P5e7J2UBq4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785482163; c=relaxed/simple; bh=A+M+S7v7+cwCLe+MnFXbENrzJ/my6sLsQ0J9sd7IjiQ=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=cxU9KMsP13y8VQH4av686TvQyqgJFCv4//yNcp+1tWJAwbwyJ1aanRCwba6FsMChUEEPkKYyGxlpdldU88b7nZOZSJtWFpypcToddmUAXKeGpFbV80nRDr/QiIsQ9T37YhkAYuZxvY9wIo7vUjQ+gcBlMnTnaVoNC+wNsJ6ydw8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=RnWhquYW; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="RnWhquYW" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 7DC751A133E; Fri, 31 Jul 2026 07:15:59 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 517776039A; Fri, 31 Jul 2026 07:15:59 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 0D19611C16493; Fri, 31 Jul 2026 09:15:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1785482154; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=q6rVTdFce9zLYwdpKcETTUyPMfQzcWo+Xq/orZPdh6E=; b=RnWhquYWA16Db3QD57oc6NHqlch0Nctf5QPVHrBkOTHB7oSLf1Je0+OYob2eewt4LydHXZ +u4u9hni6y67UWHKpYoRD71XV+w4S1kHWCciA+fh4EeJ/K6o97boHFzR44CZ1mDql6HUoj rmnCD+O8tWA7b0fCVEytagWF6XLDMHaW9YqqWFPHTXvdCwHckbX2TnQz8Z00Epq/r8e432 o4cog/dtudx27XH5+5EUwq/kNi9RINEK2tVtWkEwBRtHB8rK/M6ZKceWBG8oecuC9P0/QQ FCVXowwMMF0S1zIyZ3cgNfm0f7tlx5s57jq6eJsYcFx+l5LJUmlJjMqVahFs2Q== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 31 Jul 2026 09:15:50 +0200 Message-Id: Subject: Re: [PATCH 10/10] drm/bridge: ti-sn65dsi86: Remove redundant dev_err_probe() Cc: "Andrzej Hajda" , "Neil Armstrong" , "Robert Foss" , "Laurent Pinchart" , "Jonas Karlman" , "Jernej Skrabec" , "Luca Ceresoli" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "open list:DRM DRIVERS" , "open list" To: "Doug Anderson" , "Pan Chuang" From: "Luca Ceresoli" X-Mailer: aerc 0.21.0 References: <20260723131649.134127-1-panchuang@vivo.com> <20260723131649.134127-11-panchuang@vivo.com> In-Reply-To: X-Last-TLS-Session-Version: TLSv1.3 Hi Doug, On Thu Jul 30, 2026 at 11:17 PM CEST, Doug Anderson wrote: > Hi, > > On Fri, Jul 24, 2026 at 7:11=E2=80=AFPM Doug Anderson wrote: >> >> Hi, >> >> On Thu, Jul 23, 2026 at 6:17=E2=80=AFAM Pan Chuang = wrote: >> > >> > Since commit >> > 55b48e23f5c4 ("genirq/devres: Add error handling in devm_request_*_irq= ()"), >> > devm_request_threaded_irq() automatically logs detailed error messages= on >> > failure. Remove the now-redundant driver-specific dev_err_probe() call= . >> > >> > Signed-off-by: Pan Chuang >> > --- >> > drivers/gpu/drm/bridge/ti-sn65dsi86.c | 2 +- >> > 1 file changed, 1 insertion(+), 1 deletion(-) >> >> Reviewed-by: Douglas Anderson >> >> I'll plan to apply this to drm-misc-next in ~1 week unless anything come= s up. > > Pushed to drm-misc-next: > > [10/10] drm/bridge: ti-sn65dsi86: Remove redundant dev_err_probe() > commit: 9c950822f0fa923ccd344d7a143872d25efe89a3 Out of curiosity, did you apply using b4? I see the commit does not have the R-by I gave to the cover letter a few days ago, and assumed b4 would pick it up as it does when applying the full series. If my assumption was wrong, maybe it's an issue to report to the b4 project? Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com