aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sunbmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sunbmac.c')
-rw-r--r--drivers/net/sunbmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sunbmac.c b/drivers/net/sunbmac.c
index 977b3e08bbfc..7f69c7f176c4 100644
--- a/drivers/net/sunbmac.c
+++ b/drivers/net/sunbmac.c
@@ -1233,7 +1233,7 @@ fail_and_cleanup:
1233 bp->bmac_block, 1233 bp->bmac_block,
1234 bp->bblock_dvma); 1234 bp->bblock_dvma);
1235 1235
1236 /* This also frees the co-located 'dev->priv' */ 1236 /* This also frees the co-located private data */
1237 free_netdev(dev); 1237 free_netdev(dev);
1238 return -ENODEV; 1238 return -ENODEV;
1239} 1239}