Index: cam_xpt.c =================================================================== --- cam_xpt.c (revision 188140) +++ cam_xpt.c (working copy) @@ -4178,7 +4178,7 @@ xpt_path_string(struct cam_path *path, char *str, struct sbuf sb; #ifdef INVARIANTS - if (path != NULL && path->bus != NULL && path->bus->sim != NULL) + if (path != NULL && path->bus != NULL) mtx_assert(path->bus->sim->mtx, MA_OWNED); #endif