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

Commit e7f52e4c authored by Jeff Garzik's avatar Jeff Garzik
Browse files
parents 249b94a5 10487fbd
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1791,6 +1791,8 @@ static int __devinit sis190_init_one(struct pci_dev *pdev,
		goto out;
		goto out;
	}
	}


	pci_set_drvdata(pdev, dev);

	tp = netdev_priv(dev);
	tp = netdev_priv(dev);
	ioaddr = tp->mmio_addr;
	ioaddr = tp->mmio_addr;


@@ -1827,8 +1829,6 @@ static int __devinit sis190_init_one(struct pci_dev *pdev,
	if (rc < 0)
	if (rc < 0)
		goto err_remove_mii;
		goto err_remove_mii;


	pci_set_drvdata(pdev, dev);

	net_probe(tp, KERN_INFO "%s: %s at %p (IRQ: %d), "
	net_probe(tp, KERN_INFO "%s: %s at %p (IRQ: %d), "
	       "%2.2x:%2.2x:%2.2x:%2.2x:%2.2x:%2.2x\n",
	       "%2.2x:%2.2x:%2.2x:%2.2x:%2.2x:%2.2x\n",
	       pci_name(pdev), sis_chip_info[ent->driver_data].name,
	       pci_name(pdev), sis_chip_info[ent->driver_data].name,