Commit ab6e2e1d authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[PATCH] janitor: scsi/qlogicfc error handling

From: Leann Ogasawara <ogasawara@osdl.org>
parent 272a411e
......@@ -738,7 +738,6 @@ int isp2x00_detect(Scsi_Host_Template * tmpt)
if (!hostdata->res){
printk("qlogicfc%d : could not allocate memory for request and response queue.\n", hosts);
pci_free_consistent(pdev, RES_SIZE + REQ_SIZE, hostdata->res, busaddr);
scsi_unregister(host);
continue;
}
......
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