drivers/net: Remove alloc_etherdev error messages
[deliverable/linux.git] / drivers / net / ethernet / netx-eth.c
index a18bb10b4f0c73a62ece8edac7ce5861997334f2..5a12276f810df9f1390e3a6eddc883f5fd702aee 100644 (file)
@@ -383,7 +383,6 @@ static int netx_eth_drv_probe(struct platform_device *pdev)
 
        ndev = alloc_etherdev(sizeof (struct netx_eth_priv));
        if (!ndev) {
-               printk("%s: could not allocate device.\n", CARDNAME);
                ret = -ENOMEM;
                goto exit;
        }
This page took 0.064851 seconds and 5 git commands to generate.