ASoC: fsl_asrc: Make error message concise
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 7 Jan 2015 15:44:33 +0000 (13:44 -0200)
committerMark Brown <broonie@kernel.org>
Thu, 8 Jan 2015 18:34:35 +0000 (18:34 +0000)
commitf03038e570728036cf6784a435e11ae1d24a5cf0
tree31c2b53a93eb2760babf4d06d440aa204fbdbe4b
parent0c1232503ae5e792a5bef182c64daeb5cf52498d
ASoC: fsl_asrc: Make error message concise

Currently the error message uses 'np->full_name' which leads to a very verbose
log that contains the full path of the node.

We can have a concise log by using pdev->name instead.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_asrc.c