Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mt76: do not use devm API for led classdev
With the devm API, the unregister happens after the device cleanup is done, after which the struct mt76_dev which contains the led_cdev has already been freed. This leads to a use-after-free bug that can crash the system. Signed-off-by: Felix Fietkau <nbd@nbd.name>
- Loading branch information