summaryrefslogtreecommitdiffstats
path: root/drivers/net/daynaport.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/daynaport.c')
-rw-r--r--drivers/net/daynaport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/daynaport.c b/drivers/net/daynaport.c
index 00c0ed9b6..777a1dcab 100644
--- a/drivers/net/daynaport.c
+++ b/drivers/net/daynaport.c
@@ -340,13 +340,13 @@ int ns8390_probe1(struct device *dev, int word16, char *model_name, int type, in
{
static unsigned version_printed = 0;
- static int fwrd4_offsets[16]={
+ static u32 fwrd4_offsets[16]={
0, 4, 8, 12,
16, 20, 24, 28,
32, 36, 40, 44,
48, 52, 56, 60
};
- static int back4_offsets[16]={
+ static u32 back4_offsets[16]={
60, 56, 52, 48,
44, 40, 36, 32,
28, 24, 20, 16,