Re: [PATCH 09/10] pci: devres: remove legacy pcim_release()

2024-01-17 Thread Philipp Stanner
On Tue, 2024-01-16 at 23:40 +0200, andy.shevche...@gmail.com wrote: > Mon, Jan 15, 2024 at 03:46:20PM +0100, Philipp Stanner kirjoitti: > > Thanks to preceding cleanup steps, pcim_release() is now not needed > > anymore and can be replaced by pcim_disable_device(), which is the > > exact > >

Re: [PATCH 09/10] pci: devres: remove legacy pcim_release()

2024-01-16 Thread andy . shevchenko
Mon, Jan 15, 2024 at 03:46:20PM +0100, Philipp Stanner kirjoitti: > Thanks to preceding cleanup steps, pcim_release() is now not needed > anymore and can be replaced by pcim_disable_device(), which is the exact > counterpart to pcim_enable_device(). > This permits removing further parts of the old

[PATCH 09/10] pci: devres: remove legacy pcim_release()

2024-01-15 Thread Philipp Stanner
Thanks to preceding cleanup steps, pcim_release() is now not needed anymore and can be replaced by pcim_disable_device(), which is the exact counterpart to pcim_enable_device(). This permits removing further parts of the old devres API. Replace pcim_release() with pcim_disable_device(). Remove