fix botch
This commit is contained in:
parent
54c3ccca4d
commit
e2ed48ca37
@ -1447,7 +1447,7 @@ xpt_init(dummy)
|
||||
xpt_max_ccbs = 16;
|
||||
|
||||
if ((status = xpt_bus_register(xpt_sim, /*bus #*/0)) != CAM_SUCCESS) {
|
||||
printf("xpt_init: xpt_bus_register failed with status %#x,";
|
||||
printf("xpt_init: xpt_bus_register failed with status %#x,"
|
||||
" failing attach\n", status);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user