Re: [PATCH v1] firmware_loader: Unwind initialization on sysfs failure
From: Danilo Krummrich
Date: Thu Aug 06 2026 - 17:46:45 EST
On Mon Aug 3, 2026 at 3:29 AM CEST, Yuho Choi wrote:
> firmware_class_init() leaves the firmware PM operations and reboot
> notifier registered when register_sysfs_loader() fails. In addition, the
> sysfs loader can leave the firmware class registered if its sysctl setup
> fails.
Those are two separate issues, so it should also be two separate patches.