]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: omap-mcbsp: Clean up the interrupt handlers
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 8 Nov 2018 07:29:55 +0000 (09:29 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 13 Nov 2018 17:50:11 +0000 (09:50 -0800)
commitd63a7625a6dff8f75604b952de600d24b58b8b54
tree14a3bdd712de2debf93e4d160042262d5fc6ba1d
parentc9ece9c29e263a4bda60b141b7b9dece4256b7dd
ASoC: omap-mcbsp: Clean up the interrupt handlers

The parameter name of dev_id is leftover from the old times when we passed
numeric ID as data for the interrupt handlers.

The mcbsp_rx and mcbsp_tx is misleading as they are pointers to the mcbsp
struct.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Tested-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/omap/mcbsp.c