diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2024-05-20 11:55:54 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-05-28 08:00:14 +0200 |
commit | fe61b2906bd046535f4ef7dfcd69562f531ccd38 (patch) | |
tree | 15428f0b3f23dbdd8d7c7b323c023495312cb218 /scripts/make_fit.py | |
parent | fd7ccfb112302c6941f03095544c10879ced98be (diff) |
media: intel/ipu6: Fix some redundant resources freeing in ipu6_pci_remove()
pcim_iomap_regions() and pcim_enable_device() are used in the probe. So
the corresponding managed resources don't need to be freed explicitly in
the remove function.
Remove the incorrect pci_release_regions() and pci_disable_device() calls.
Fixes: 25fedc021985 ("media: intel/ipu6: add Intel IPU6 PCI device driver")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Bingbu Cao <bingbu.cao@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'scripts/make_fit.py')
0 files changed, 0 insertions, 0 deletions