drivers/net: Remove alloc_etherdev error messages
[deliverable/linux.git] / drivers / net / ethernet / smsc / smc91x.c
index 64ad3ed74495f171e29ff5d4e88c1d1efeab8a51..24104a1ee6a50ecbc4d31af4aefd005df4827cdb 100644 (file)
@@ -2223,7 +2223,6 @@ static int __devinit smc_drv_probe(struct platform_device *pdev)
 
        ndev = alloc_etherdev(sizeof(struct smc_local));
        if (!ndev) {
-               printk("%s: could not allocate device.\n", CARDNAME);
                ret = -ENOMEM;
                goto out;
        }
This page took 0.035271 seconds and 5 git commands to generate.