bnx2: Fix problem of using wrong IRQ handler.
[safe/jmp/linux-2.6] / drivers / net / sunbmac.c
index 977b3e0..7f69c7f 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;
 }