mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
9b8eb1c5b6
commit
b086bc0bf1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue