From 368b5bcd4c9591bbf75e7733063e3be5025d6b57 Mon Sep 17 00:00:00 2001 From: Gaurav Singh Date: Fri, 12 Aug 2016 18:43:00 +0530 Subject: [PATCH] Fix kernel warnings These warnings do not cause any issue. Making them as dev_info. Bug 1774835 Change-Id: I04357d9465d0113d262f9d1034233ce59b82ee2a Signed-off-by: Gaurav Singh Reviewed-on: http://git-master/r/1201945 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bibek Basu --- sound/soc/tegra-alt/tegra210_adsp_alt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/tegra-alt/tegra210_adsp_alt.c b/sound/soc/tegra-alt/tegra210_adsp_alt.c index c0e4aca6..6b15370e 100644 --- a/sound/soc/tegra-alt/tegra210_adsp_alt.c +++ b/sound/soc/tegra-alt/tegra210_adsp_alt.c @@ -3400,7 +3400,7 @@ static int tegra210_adsp_audio_platform_probe(struct platform_device *pdev) } if (of_property_read_u32(subnp, "param-type", &adsp_app_desc[i].param_type)) { - dev_warn(&pdev->dev, + dev_info(&pdev->dev, "Default param-type to BYTE for %s\n", adsp_app_desc[i].name); adsp_app_desc[i].param_type =