]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl_audmix: cache pdev->dev pointer
authorViorel Suman <viorel.suman@nxp.com>
Wed, 10 Apr 2019 11:06:39 +0000 (11:06 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 2 May 2019 01:46:53 +0000 (10:46 +0900)
commit69697c817dc97fa496900eff303fc7061bf9e135
tree1ee08025e1fdae838349db686207d0f4f0a4f6f6
parent2695657357f4d42d62b2f29c823bbadaefe112fe
ASoC: fsl_audmix: cache pdev->dev pointer

There should be no trouble to understand dev = pdev->dev.
This can save some space to have more print info or save
some wrapped lines.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Suggested-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_audmix.c