Re: [PATCH 3/3] char: xillybus: Remove redundant dev_err()

From: Eli Billauer

Date: Sat Jul 11 2026 - 11:47:14 EST


On 10/07/2026 12:53, Pan Chuang wrote:
Since commit 55b48e23f5c4 ("genirq/devres: Add error handling in
devm_request_*_irq()"), devm_request_irq() automatically logs
detailed error messages on failure. Remove the now-redundant
driver-specific dev_err() calls.

My opinion about error messages is the more the merrier, but I suppose this is part of a more general code cleanup. As this specific error message isn't expected to happen often, I have no reason to object.

Thanks & regards,
Eli

Acked-by: Eli Billauer <eli.billauer@xxxxxxxxx>