diff options
Diffstat (limited to 'drivers/net/wireless/airo_cs.c')
-rw-r--r-- | drivers/net/wireless/airo_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/airo_cs.c b/drivers/net/wireless/airo_cs.c index 34d775c18a31..7d3a96fdf5a3 100644 --- a/drivers/net/wireless/airo_cs.c +++ b/drivers/net/wireless/airo_cs.c | |||
@@ -322,7 +322,7 @@ static int airo_config(struct pcmcia_device *link) | |||
322 | goto failed; | 322 | goto failed; |
323 | ((local_info_t *)link->priv)->eth_dev = | 323 | ((local_info_t *)link->priv)->eth_dev = |
324 | init_airo_card(link->irq.AssignedIRQ, | 324 | init_airo_card(link->irq.AssignedIRQ, |
325 | link->io.BasePort1, 1, &handle_to_dev(link)); | 325 | link->io.BasePort1, 1, &link->dev); |
326 | if (!((local_info_t *)link->priv)->eth_dev) | 326 | if (!((local_info_t *)link->priv)->eth_dev) |
327 | goto failed; | 327 | goto failed; |
328 | 328 | ||