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

Commit afc7097f authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[netdrvr de2104x] store PCI bus addresses in unsigned long

BZ# 4475.
parent 1a449358
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1934,7 +1934,7 @@ static int __init de_init_one (struct pci_dev *pdev,
	struct de_private *de;
	struct de_private *de;
	int rc;
	int rc;
	void __iomem *regs;
	void __iomem *regs;
	long pciaddr;
	unsigned long pciaddr;
	static int board_idx = -1;
	static int board_idx = -1;


	board_idx++;
	board_idx++;