On Mon, Jul 06, 2026 at 06:51:33PM +0100, Prabhakar wrote: > From: Lad Prabhakar > > Simplify the driver teardown by registering a managed cleanup action with > devm_add_action_or_reset(). This eliminates the explicit probe error path > and allows the .remove() callback to be dropped. > > Signed-off-by: Lad Prabhakar Reviewed-by: Wolfram Sang