From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 A25ED33C518 for ; Mon, 24 Aug 2026 21:38:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787607481; cv=none; b=H83ybdsXwVUi23QchmEHEZ3ayPzoT1QAnbx6BA9qCtwor9LfxLt86/0LQmGgSPApYfv/52HDsh1gRZ6jyPvPiCnmOpiBhZlJuR6jNwS58kOBuEI4LSkqdkshSLTkSe0Qy312G/92Z/MG8PPeCKW7GxzbtpsD/nGAcpRZ9rA8lv4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787607481; c=relaxed/simple; bh=ary7VuHZtiYHLCipdC0LV7+mbEBje2za5WuL1M/bM0Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MiUEIIM7fATjTAt2IakJXFLWY6oa+Mw4qftPkKShju3MKXXKQVTKM1yqE8WjWyDPDrhgVf0Y6GYqTfCh/L6f+A+HAJJSwsD0hvoyQAF9P+sa1orRMc3RKoY54k25XSuPlceR4XJptKZDXPx/PRdTExbL2QNgGDIAY/qMlcBGZO0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=INbyBMrd; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="INbyBMrd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0ED481F000E9; Mon, 24 Aug 2026 21:37:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787607480; bh=5hl01MgtkWvHB6AOc/glDv17F0zIJF7cftphZyUBri4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=INbyBMrdqFKjOC4q3dh/llMNhx5N5ynfp3rRnMJGR+k4rR0wFR4DIr6BrimMHh3he KDw5jxpWaZ0J+IDIeC/dUqURx+2ybDskNTUGhEi4Nmi50NIzEn3MiAglunvw5ZXTwh 8xs8Q/T+AAAmNe1HiQUR2duK/nX5VzWERi3Egy6RW7ujjnj0zHPnFbgAqhb2z92V19 7Ey9q34DaunjmnihZi6AZZejVJjZgXuSFe54vrt04OKedpxr8tKmcpTh1g5LfnnKSN F1Q1aBDvTUnxbQVwcOZU5fW0almi9KZLDhTWUcE/MwhiMvqngJOkD1VMr92RQg63z+ rlVVWYbCkqdrw== Date: Mon, 24 Aug 2026 16:37:59 -0500 From: Rob Herring To: Pan Chuang Cc: Tomeu Vizoso , Oded Gabbay , "open list:ARM ETHOS-U NPU DRIVER" , open list Subject: Re: [PATCH 1/2] accel: ethosu: Remove redundant dev_err() Message-ID: <20260824213759.GA50486-robh@kernel.org> References: <20260710105937.409992-1-panchuang@vivo.com> <20260710105937.409992-2-panchuang@vivo.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20260710105937.409992-2-panchuang@vivo.com> On Fri, Jul 10, 2026 at 06:59:35PM +0800, 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() calls. > > Signed-off-by: Pan Chuang > --- > drivers/accel/ethosu/ethosu_job.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Applied, thanks. Rob