Commit b1b41cec authored by James Bottomley's avatar James Bottomley

Fix up syntax error in aha1740

parent 81c887ca
......@@ -637,7 +637,7 @@ static int aha1740_probe (struct device *dev)
eisa_set_drvdata (edev, shpnt);
scsi_add_host (shpnt, dev); /* XXX handle failure */
scsi_scan_host (shpnt)
scsi_scan_host (shpnt);
return 0;
err_unmap:
......
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