Re: [PATCH v1] firmware_loader: Unwind initialization on sysfs failure
"Danilo Krummrich" <[email protected]>
| Newsgroups | dev.linux.lists.driver-core,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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.