]> Gentwo Git Trees - linux/.git/commit
s390/pci: Remove redundant bus removal and disable from zpci_release_device()
authorNiklas Schnelle <schnelle@linux.ibm.com>
Thu, 22 May 2025 12:13:12 +0000 (14:13 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Thu, 22 May 2025 14:12:25 +0000 (16:12 +0200)
commitd76f9633296785343d45f85199f4138cb724b6d2
tree7ae0176e938a6c2d5ba9172e6f803f27f1cd6881
parentb5185ea1a6bd35957e556129bb92a64f83aa65e4
s390/pci: Remove redundant bus removal and disable from zpci_release_device()

Remove zpci_bus_remove_device() and zpci_disable_device() calls from
zpci_release_device(). These calls were done when the device
transitioned into the ZPCI_FN_STATE_STANDBY state which is guaranteed to
happen before it enters the ZPCI_FN_STATE_RESERVED state. When
zpci_release_device() is called the device is known to be in the
ZPCI_FN_STATE_RESERVED state which is also checked by a WARN_ON().

Cc: stable@vger.kernel.org
Fixes: a46044a92add ("s390/pci: fix zpci_zdev_put() on reserve")
Reviewed-by: Gerd Bayer <gbayer@linux.ibm.com>
Reviewed-by: Julian Ruess <julianr@linux.ibm.com>
Tested-by: Gerd Bayer <gbayer@linux.ibm.com>
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/pci/pci.c