Remove an assertion in xpt_print_path() that makes debugging code much more
difficult.
This commit is contained in:
parent
74448961ec
commit
e624c6d138
@ -4139,7 +4139,6 @@ xpt_path_comp(struct cam_path *path1, struct cam_path *path2)
|
||||
void
|
||||
xpt_print_path(struct cam_path *path)
|
||||
{
|
||||
mtx_assert(path->bus->sim->mtx, MA_OWNED);
|
||||
|
||||
if (path == NULL)
|
||||
printf("(nopath): ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user