diff options
author | Chuhong Yuan <[email protected]> | 2019-12-06 15:55:31 +0800 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2020-01-27 11:43:24 +0100 |
commit | 66dd8b802c555a9becd81679dc0ee57ede67b142 (patch) | |
tree | 62e3c99e74c835a28c952551d4dda94de2b6f502 /scripts/bpf_helpers_doc.py | |
parent | f64a6583d3f527b297b88441e1c20e6ed45f8f56 (diff) |
thermal: intel: Fix unmatched pci_release_region
The driver calls pci_request_regions() in probe and uses
pci_release_regions() in probe failure.
However, it calls pci_release_region() in remove, which does
match the other two calls.
Use pci_release_regions() instead to unify them.
Signed-off-by: Chuhong Yuan <[email protected]>
Acked-by: Zhang Rui <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions