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)
commit62be484f7ad8443c393293a415392fbf3190c864
tree1ee08025e1fdae838349db686207d0f4f0a4f6f6
parenta23e34c064b933cf5f24e443f86bbfdd624d2e8b
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