iwl3945: use iwl_get_hw_mode
[deliverable/linux.git] / drivers / net / myri_sbus.c
index 6833f65f8aeca2edbb67223f0ed88bf8e8e64aa4..899ed065a1478dc7ef4303b445285954776eb282 100644 (file)
@@ -1091,7 +1091,7 @@ static int __devinit myri_sbus_probe(struct of_device *op, const struct of_devic
 err_free_irq:
        free_irq(dev->irq, dev);
 err:
-       /* This will also free the co-allocated 'dev->priv' */
+       /* This will also free the co-allocated private data*/
        free_netdev(dev);
        return -ENODEV;
 }
This page took 0.024187 seconds and 5 git commands to generate.