diff options
author | Dinghao Liu <dinghao.liu@zju.edu.cn> | 2023-09-21 11:24:10 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2023-09-26 00:45:10 +0300 |
commit | cab63f64887616e3c4e31cfd8103320be6ebc8d3 (patch) | |
tree | 64028770e0bdda4f25bb55e08d5ae063a7cb40d5 /drivers/fpga/fpga-mgr.c | |
parent | fc9176e794d74baccb1e4ef41894ac141f524992 (diff) | |
download | linux-cab63f64887616e3c4e31cfd8103320be6ebc8d3.tar.xz |
i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devs
put_device() needs to be called on failure of device_register()
to give up the reference initialized in it to avoid refcount leak.
Fixes: 3a379bbcea0a ("i3c: Add core I3C infrastructure")
Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Link: https://lore.kernel.org/r/20230921082410.25548-1-dinghao.liu@zju.edu.cn
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions