commit | 9bbc799318a34061703f2a980e2b6df7fc6760f0 | [log] [tgz] |
---|---|---|
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | Tue Jun 04 15:08:58 2019 -0500 |
committer | Mark Brown <broonie@kernel.org> | Thu Jun 06 17:24:28 2019 +0100 |
tree | 3d04ecb424bb2522e6a421ef784587a228c6ba10 | |
parent | 096701e8131425044d2054a0c210d6ea24ee7386 [diff] |
ASoC: Intel: cht_bsw_rt5672: fix kernel oops with platform_name override The platform override code uses devm_ functions to allocate memory for the new name but the card device is not initialized. Fix by moving the init earlier. Fixes: f403906da05cd ("ASoC: Intel: cht_bsw_rt5672: platform name fixup support") Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>