Commit 6cb9b20a authored by Ben Collins's avatar Ben Collins

IEEE1394(r1137): Check to make sure we have a hostinfo in sbp2_host_reset.

parent d0dc68a3
......@@ -808,6 +808,7 @@ static void sbp2_host_reset(struct hpsb_host *host)
hi = hpsb_get_hostinfo(&sbp2_highlevel, host);
if (hi)
scsi_block_requests(hi->scsi_host);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment