]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl_ssi: No need call of_device_is_available()
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 8 May 2015 02:24:16 +0000 (23:24 -0300)
committerMark Brown <broonie@kernel.org>
Fri, 8 May 2015 11:05:43 +0000 (12:05 +0100)
commit567e3ddd724592827d73df1995719e662f063884
treefa0fd81a2b3263897969e6e055ca8191099b993a
parentdd4a0ac5a66093ba1477238fa2d0e835dd935ff6
ASoC: fsl_ssi: No need call of_device_is_available()

The comment and the call to of_device_is_available() are not really
needed.

It is the expected behaviour to probe only the ssi nodes that are
enabled in the device tree.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Timur Tabi <timur@tabi.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_ssi.c