From f05cbe122bdb97089eb199e45ac1a41beedfe21a Mon Sep 17 00:00:00 2001 From: Sameer Pujar Date: Fri, 17 Jun 2016 12:55:54 +0530 Subject: [PATCH] tegra-alt: adsp: supress bind/unbind attributes Driver binding/unbinding is causing crash on the driver. The bind/unbind options are supressed from the driver until there is plan to support this, since it requires to take care of lot of other dependencies. Bug 1779074 Change-Id: I61b41d425dac21b1bae1a21d36d0ca22dd4c7c20 Signed-off-by: Sameer Pujar Reviewed-on: http://git-master/r/1166724 Reviewed-by: Viraj Karandikar GVS: Gerrit_Virtual_Submit Reviewed-by: Sumit Bhattacharya --- sound/soc/tegra-alt/tegra210_adsp_alt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/tegra-alt/tegra210_adsp_alt.c b/sound/soc/tegra-alt/tegra210_adsp_alt.c index 1bcb77e6..33e9c8e1 100644 --- a/sound/soc/tegra-alt/tegra210_adsp_alt.c +++ b/sound/soc/tegra-alt/tegra210_adsp_alt.c @@ -3500,6 +3500,7 @@ static struct platform_driver tegra210_adsp_audio_driver = { .owner = THIS_MODULE, .of_match_table = tegra210_adsp_audio_of_match, .pm = &tegra210_adsp_pm_ops, + .suppress_bind_attrs = true, }, .probe = tegra210_adsp_audio_platform_probe, .remove = tegra210_adsp_audio_platform_remove,