Commit 31bc9ebf authored by Rusty Russell's avatar Rusty Russell Committed by James Bottomley

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

From:  Michael Still <mikal@stillhq.com>


  Updated patches to scsi_register patches against the 2.5.45 tree
parent 1d12ef0d
......@@ -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