Skip to content

Commit

Permalink
[netdrvr de2104x] store PCI bus addresses in unsigned long
Browse files Browse the repository at this point in the history
BZ# 4475.
  • Loading branch information
Jeff Garzik committed Aug 31, 2005
1 parent 1a44935 commit afc7097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/tulip/de2104x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit afc7097

Please sign in to comment.