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:
97bf6af
)
ASoC: fsl_asrc: Use dev_name() for registering the irq
author
Fabio Estevam
<fabio.estevam@freescale.com>
Tue, 30 Dec 2014 01:52:36 +0000
(23:52 -0200)
committer
Mark Brown
<broonie@kernel.org>
Tue, 30 Dec 2014 11:27:07 +0000
(11:27 +0000)
The 'name' array is currently stored inside the fsl_asrc private structure only
for registering the interrupt name.
This can be simplified by registering it with dev_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