mps: Fix debugging line

Print cm instead of sc here, as is done in mpr. We can get the sc from
cm, but not vice versa.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2021-11-15 20:31:48 -07:00
parent 9b8eb1c5b6
commit b086bc0bf1

View file

@ -1560,7 +1560,7 @@ mpssas_scsiio_timeout(void *data)
MPS_FUNCTRACE(sc);
mtx_assert(&sc->mps_mtx, MA_OWNED);
mps_dprint(sc, MPS_XINFO|MPS_RECOVERY, "Timeout checking cm %p\n", sc);
mps_dprint(sc, MPS_XINFO|MPS_RECOVERY, "Timeout checking cm %p\n", cm);
/*
* Run the interrupt handler to make sure it's not pending. This