mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
irq allocated with devm_request_irq should not be freed using free_irq, because doing so causes a dangling pointer, and a subsequent double free. Signed-off-by: Wei Yongjun <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>