commit | 096701e8131425044d2054a0c210d6ea24ee7386 | [log] [tgz] |
---|---|---|
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | Tue Jun 04 15:08:57 2019 -0500 |
committer | Mark Brown <broonie@kernel.org> | Thu Jun 06 17:24:08 2019 +0100 |
tree | 0e19ea86514feda8382e69cee4155ddde189a645 | |
parent | 79136a016add1acb690fe8d96be50dd22a143d26 [diff] |
ASoC: Intel: cht_bsw_nau8824: 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: 4506db8043341 ("ASoC: Intel: cht_bsw_nau8824: platform name fixup support") Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>