smsc911x: Change clock warning message to debug level
[linux-2.6-block.git] / drivers / net / ethernet / smsc / smsc911x.c
index 6382b7c416f4a4e2e6a7769e2846f19c84565251..95e2b9a20d400ed231cc34fc01390a571de6e26f 100644 (file)
@@ -439,7 +439,7 @@ static int smsc911x_request_resources(struct platform_device *pdev)
        /* Request clock */
        pdata->clk = clk_get(&pdev->dev, NULL);
        if (IS_ERR(pdata->clk))
-               netdev_warn(ndev, "couldn't get clock %li\n", PTR_ERR(pdata->clk));
+               netdev_dbg(ndev, "couldn't get clock %li\n", PTR_ERR(pdata->clk));
 
        return ret;
 }