ASoC: fsl_asrc: Use dev_name() for registering the irq
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 30 Dec 2014 01:52:36 +0000 (23:52 -0200)
committerMark Brown <broonie@kernel.org>
Tue, 30 Dec 2014 11:27:07 +0000 (11:27 +0000)
commit888c819d0feb9975216978c797ca7f8dfd48ed08
treea02be187d4bfb45ff7436c47b8dbb4f0653a2c4f
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672
ASoC: fsl_asrc: Use dev_name() for registering the irq

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>
sound/soc/fsl/fsl_asrc.c
sound/soc/fsl/fsl_asrc.h