|
@@ -2852,7 +2852,7 @@ static struct net_device *_init_airo_card( unsigned short irq, int port,
|
|
|
if (rc) {
|
|
|
airo_print_err(dev->name, "register interrupt %d failed, rc %d",
|
|
|
irq, rc);
|
|
|
- goto err_out_unlink;
|
|
|
+ goto err_out_nets;
|
|
|
}
|
|
|
if (!is_pcmcia) {
|
|
|
if (!request_region( dev->base_addr, 64, dev->name )) {
|
|
@@ -2935,6 +2935,8 @@ err_out_res:
|
|
|
release_region( dev->base_addr, 64 );
|
|
|
err_out_irq:
|
|
|
free_irq(dev->irq, dev);
|
|
|
+err_out_nets:
|
|
|
+ airo_networks_free(ai);
|
|
|
err_out_unlink:
|
|
|
del_airo_dev(dev);
|
|
|
err_out_thr:
|