tree 22ea258a4bd0c2d0837c830e7c11d426662d61e7
parent 1a4493584078be87fa9dcbdd8def3cb53d41720c
author Jeff Garzik <[EMAIL PROTECTED]> Wed, 31 Aug 2005 14:11:16 -0400
committer Jeff Garzik <[EMAIL PROTECTED]> Wed, 31 Aug 2005 14:11:16 -0400
[netdrvr de2104x] store PCI bus addresses in unsigned long
BZ# 4475.
drivers/net/tulip/de2104x.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/tulip/de2104x.c b/drivers/net/tulip/de2104x.c
--- a/drivers/net/tulip/de2104x.c
+++ b/drivers/net/tulip/de2104x.c
@@ -1934,7 +1934,7 @@ static int __init de_init_one (struct pc
struct de_private *de;
int rc;
void __iomem *regs;
- long pciaddr;
+ unsigned long pciaddr;
static int board_idx = -1;
board_idx++;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html