Remove an assertion in xpt_print_path() that makes debugging code much more

difficult.
This commit is contained in:
scottl 2007-05-16 16:55:50 +00:00
parent 74448961ec
commit e624c6d138

View File

@ -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): ");