This patch series changes the wait time handling in mpi_uninit_check() to make it similar to mpi_init_check(). In commit e90e236250e9 ("scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check") the wait time for the inbound doorbell was increased in the mpi_init_check() instead of the mpi_uninit_check(). Note: SPC[/V]_DOORBELL_CLEAR_TIMEOUT defines could not be used in the first commit in this series because the values were decreased in commit d71023af4bec0 ("scsi: pm80xx: Do not busy wait in MPI init check"). Igor Pylypiv (2): scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check() scsi: pm80xx: Remove busy wait from mpi_uninit_check() drivers/scsi/pm8001/pm80xx_hwi.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- 2.31.0.291.g576ba9dcdaf-goog