]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: Intel: cht_bsw_max98090: remove useless code, align with ChromeOS driver
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Thu, 5 Oct 2017 04:04:27 +0000 (23:04 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 9 Oct 2017 09:15:43 +0000 (10:15 +0100)
commit0087f2013188d8b332cee2f74fd3c6754a49f620
tree9861b417cd400fb11596e74798a29302f1ef04aa
parent4b2b915f8887e5602a98b1da4fcb7c41c573cb13
ASoC: Intel: cht_bsw_max98090: remove useless code, align with ChromeOS driver

Remove dead code which was missed in previous changes. This is not
visible with git diff but there is a test+return on the same condition
just above.

Also reuse local variable instead of fetching the jack information twice.

Tested on Acer R11 (cyan)

Fixes: 3bbda5a38601 ('ASoC: Intel: cht_bsw_max98090_ti: Fix jack initialization')
Cc: Thierry Escande <thierry.escande@collabora.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/cht_bsw_max98090_ti.c