ASoC: fsl-ssi: Move imx-specific probe to seperate function
authorMarkus Pargmann <mpa@pengutronix.de>
Mon, 28 Apr 2014 10:54:45 +0000 (12:54 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 20 May 2014 22:02:34 +0000 (23:02 +0100)
commit49da09e26577702516e946ecd537f50b87533315
treee49f74a4ff40bdd18e7a31c5584cb64948a2c339
parent2a1d102de40a799072309d4d84fa6f214c5ee999
ASoC: fsl-ssi: Move imx-specific probe to seperate function

Move imx specific probe code to a seperate function. It reduces the
size of the probe() function and makes the code and error handling
easier to understand.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Tested-By: Michael Grzeschik <mgr@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_ssi.c