提交 afc7097f 编写于 作者: J Jeff Garzik

[netdrvr de2104x] store PCI bus addresses in unsigned long

BZ# 4475.
上级 1a449358
...@@ -1934,7 +1934,7 @@ static int __init de_init_one (struct pci_dev *pdev, ...@@ -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++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册