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)
commitff9174d57a8239c5a21d2a0c7e00dddd54953f6c
treefa0fd81a2b3263897969e6e055ca8191099b993a
parentb787f68c36d49bb1d9236f403813641efa74a031
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