diff options
Diffstat (limited to 'drivers/net/pcmcia/xirc2ps_cs.c')
-rw-r--r-- | drivers/net/pcmcia/xirc2ps_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pcmcia/xirc2ps_cs.c b/drivers/net/pcmcia/xirc2ps_cs.c index fbf926539285..9bc4d6002ae0 100644 --- a/drivers/net/pcmcia/xirc2ps_cs.c +++ b/drivers/net/pcmcia/xirc2ps_cs.c | |||
@@ -932,7 +932,7 @@ xirc2ps_config(struct pcmcia_device * link) | |||
932 | local->dingo_ccr = ioremap(req.Base,0x1000) + 0x0800; | 932 | local->dingo_ccr = ioremap(req.Base,0x1000) + 0x0800; |
933 | mem.CardOffset = 0x0; | 933 | mem.CardOffset = 0x0; |
934 | mem.Page = 0; | 934 | mem.Page = 0; |
935 | if ((err = pcmcia_map_mem_page(link->win, &mem))) | 935 | if ((err = pcmcia_map_mem_page(link, link->win, &mem))) |
936 | goto config_error; | 936 | goto config_error; |
937 | 937 | ||
938 | /* Setup the CCRs; there are no infos in the CIS about the Ethernet | 938 | /* Setup the CCRs; there are no infos in the CIS about the Ethernet |