aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2020-04-18 10:16:37 +0200
committerLorenzo Pieralisi <[email protected]>2020-05-05 12:00:05 +0100
commitbca718988b9008d0d5f504e2d318178fc84958c1 (patch)
tree7bb60d15feb12a9f93009048a85aa2d639b2adba /drivers/fpga/fpga-bridge.c
parent8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff)
PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling paths
If we fails somewhere in 'v3_pci_probe()', we need to free 'host'. Use the managed version of 'pci_alloc_host_bridge()' to do that easily. The use of managed resources is already widely used in this driver. Link: https://lore.kernel.org/r/[email protected] Fixes: 68a15eb7bd0c ("PCI: v3-semi: Add V3 Semiconductor PCI host driver") Signed-off-by: Christophe JAILLET <[email protected]> [[email protected]: commit log] Signed-off-by: Lorenzo Pieralisi <[email protected]> Acked-by: Linus Walleij <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions