Commit 1a3b1862 authored by Michael Still's avatar Michael Still Committed by David Mosberger

[PATCH] ia64: [Trivial Patch] scsi_register-001-002

Via Rusty Russell: Updated patches to scsi_register patches against the 2.5.45 tree.
parent 08a922ab
......@@ -115,6 +115,9 @@ simscsi_detect (Scsi_Host_Template *templ)
{
templ->proc_name = "simscsi";
host = scsi_register(templ, 0);
if(host == NULL)
return 0;
return 1; /* fake one SCSI host adapter */
}
......
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