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)
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>

No differences found