Commit afc7097f authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr de2104x] store PCI bus addresses in unsigned long

BZ# 4475.
parent 1a449358
......@@ -1934,7 +1934,7 @@ static int __init de_init_one (struct pci_dev *pdev,
struct de_private *de;
int rc;
void __iomem *regs;
long pciaddr;
unsigned long pciaddr;
static int board_idx = -1;
board_idx++;
......
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