diff options
author | Yang Yingliang <[email protected]> | 2021-06-02 16:49:35 +0800 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2021-06-09 02:02:22 +0200 |
commit | 59a61e69c4252b4e8ecd15e752b0d2337f0121b7 (patch) | |
tree | 6308878cf201c1daf6c99be1c2719ae87fbcb4e9 /scripts/gdb/linux/tasks.py | |
parent | 6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff) |
i3c: master: svc: drop free_irq of devm_request_irq allocated irq
irq allocated with devm_request_irq() will be freed in devm_irq_release(),
using free_irq() in ->remove() will causes a dangling pointer, and a
subsequent double free. So remove the free_irq() in svc_i3c_master_remove().
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Yang Yingliang <[email protected]>
Reviewed-by: Miquel Raynal <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions