]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/sunbmac.c
drivers/net: fix sparse warning: returning void-valued expression
[karo-tx-linux.git] / drivers / net / sunbmac.c
index 977b3e08bbfc5eb706f29534d2d2c818d5b79cc7..7f69c7f176c457f7d6d46f58fda37ab7363c4b3a 100644 (file)
@@ -1233,7 +1233,7 @@ fail_and_cleanup:
                                  bp->bmac_block,
                                  bp->bblock_dvma);
 
-       /* This also frees the co-located 'dev->priv' */
+       /* This also frees the co-located private data */
        free_netdev(dev);
        return -ENODEV;
 }