diff options
author | Yang Yingliang <yangyingliang@huawei.com> | 2021-06-02 16:49:35 +0800 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2021-06-09 02:02:22 +0200 |
commit | 59a61e69c4252b4e8ecd15e752b0d2337f0121b7 (patch) | |
tree | 6308878cf201c1daf6c99be1c2719ae87fbcb4e9 /tools/perf/scripts/python/export-to-postgresql.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 <hulkci@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210602084935.3977636-1-yangyingliang@huawei.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions