summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/vic03/vic03.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/host/vic03/vic03.c')
-rw-r--r--drivers/video/tegra/host/vic03/vic03.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/vic03/vic03.c b/drivers/video/tegra/host/vic03/vic03.c
index 35816243e0b5..b58f938eae09 100644
--- a/drivers/video/tegra/host/vic03/vic03.c
+++ b/drivers/video/tegra/host/vic03/vic03.c
@@ -73,7 +73,7 @@ static char *vic_get_fw_name(struct platform_device *dev)
decode_vic_ver(pdata->version, &maj, &min);
sprintf(fw_name, "vic%02d_ucode.bin", maj);
- dev_info(&dev->dev, "fw name:%s\n", fw_name);
+ dev_dbg(&dev->dev, "fw name:%s\n", fw_name);
return fw_name;
}