Fix a cut-and-paste error in a panic message
This commit is contained in:
parent
b60c21e66e
commit
f405c9ee09
@ -1589,7 +1589,7 @@ da_periph_release(struct cam_periph *periph, da_ref_token token)
|
||||
da_ref_text[token], token);
|
||||
cnt = atomic_fetchadd_int(&softc->ref_flags[token], -1);
|
||||
if (cnt != 1)
|
||||
panic("Unholding %d with cnt = %d", token, cnt);
|
||||
panic("Releasing %d with cnt = %d", token, cnt);
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
Loading…
Reference in New Issue
Block a user