Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0397bad5 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Jeff Garzik
Browse files

pata_scc: fix compilation

parent e1e143cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1142,14 +1142,14 @@ static int scc_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
	static int printed_version;
	unsigned int board_idx = (unsigned int) ent->driver_data;
	const struct ata_port_info *ppi[] = { &scc_port_info[board_idx], NULL };
	struct device *dev = &pdev->dev;
	struct ata_host *host;
	int rc;

	if (!printed_version++)
		dev_printk(KERN_DEBUG, &pdev->dev,
			   "version " DRV_VERSION "\n");

	host = ata_port_alloc_pinfo(&pdev->dev, ppi, 1);
	host = ata_host_alloc_pinfo(&pdev->dev, ppi, 1);
	if (!host)
		return -ENOMEM;