diff options
author | Dinghao Liu | 2020-08-26 20:14:37 +0800 |
---|---|---|
committer | Borislav Petkov | 2020-09-01 12:10:19 +0200 |
commit | 857a3139bd8be4f702c030c8ca06f3fd69c1741a (patch) | |
tree | 62c805ddb4e8cf592507f8754d626ebd42a44b72 /arch/m68k/tools | |
parent | b5fb51340f07a65932af0df82d11db06478439f7 (diff) |
EDAC/i5100: Fix error handling order in i5100_init_one()
When pci_get_device_func() fails, the driver doesn't need to execute
pci_dev_put(). mci should still be freed, though, to prevent a memory
leak. When pci_enable_device() fails, the error injection PCI device
"einj" doesn't need to be disabled either.
[ bp: Massage commit message, rename label to "bail_mc_free". ]
Fixes: 52608ba205461 ("i5100_edac: probe for device 19 function 0")
Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200826121437.31606-1-dinghao.liu@zju.edu.cn
Diffstat (limited to 'arch/m68k/tools')
0 files changed, 0 insertions, 0 deletions