mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 17:28:56 +00:00
[netdrvr de2104x] store PCI bus addresses in unsigned long
BZ# 4475.
This commit is contained in:
parent
1a44935840
commit
afc7097f45
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user