Re: [PATCH v2 2/2] Input: st-keyscan: Improve probe error handling
From: Bui Duc Phuc
Date: Mon Jul 20 2026 - 22:42:32 EST
Hi Dmitry,
Additionally, using dev_err_probe() here also simplifies the error
handling path
by combining logging and returning into a single statement,
making the code shorter and cleaner.
Best regards,
Phuc