mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
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 <gaursingh@nvidia.com> Reviewed-on: http://git-master/r/1201945 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bibek Basu <bbasu@nvidia.com>
This commit is contained in:
committed by
Sameer Pujar
parent
62fba33a1a
commit
368b5bcd4c
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user