ASoC: fsl_sai: Make error message concise
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 7 Jan 2015 15:44:34 +0000 (13:44 -0200)
committerMark Brown <broonie@kernel.org>
Thu, 8 Jan 2015 18:34:39 +0000 (18:34 +0000)
commit0954237f22d808df4918ced2995ff758358881c0
tree25899888e2f657c9d8cb1bfddf0d2592f82b932a
parentf03038e570728036cf6784a435e11ae1d24a5cf0
ASoC: fsl_sai: 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_sai.c