summaryrefslogtreecommitdiff
path: root/drm/nouveau/nouveau_platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'drm/nouveau/nouveau_platform.c')
-rw-r--r--drm/nouveau/nouveau_platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drm/nouveau/nouveau_platform.c b/drm/nouveau/nouveau_platform.c
index c52fe6cea..b8355cafb 100644
--- a/drm/nouveau/nouveau_platform.c
+++ b/drm/nouveau/nouveau_platform.c
@@ -213,7 +213,7 @@ static int nouveau_platform_probe(struct platform_device *pdev)
gpu->clk_ref = devm_clk_get(&pdev->dev, "pllg_ref");
if (IS_ERR(gpu->clk_ref)) {
- WARN(1, "failed to get gpu_ref clock\n");
+ dev_dbg(&pdev->dev, "failed to get gpu_ref clock\n");
gpu->clk_ref = NULL;
}