Commit 9dd3d069 authored by David S. Miller's avatar David S. Miller

[SCSI]: Make dc395x.c build again.

parent 56707da5
......@@ -5890,7 +5890,7 @@ int __devinit dc395x_init_one(struct pci_dev *dev,
pci_set_drvdata(dev, scsi_host);
/* get the scsi mid level to scan for new devices on the bus */
scsi_add_host(scsi_host, &pdev->dev); /* XXX handle failure */
scsi_add_host(scsi_host, &dev->dev); /* XXX handle failure */
scsi_scan_host(scsi_host);
return 0;
......
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