git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f03038e
)
ASoC: fsl_sai: Make error message concise
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 7 Jan 2015 15:44:34 +0000
(13:44 -0200)
committer
Mark 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