ASoC: fsl_audmix: cache pdev->dev pointer
authorViorel Suman <viorel.suman@nxp.com>
Wed, 10 Apr 2019 11:06:39 +0000 (11:06 +0000)
committerLeonard Crestez <leonard.crestez@nxp.com>
Thu, 18 Apr 2019 00:00:38 +0000 (03:00 +0300)
commitd8cbedd84f99a54c668c2d59e446c49401dc09d2
treea23c5ef759e3412bbc9e643841de77b82393e349
parentfe4f165807e010d667b159fec4b08c5f43422a12
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>
(cherry picked from commit ecf6715042cf0f738763fe34d1636b707961a58a)
sound/soc/fsl/fsl_audmix.c