ASoC: fsi: Use of_device_get_match_data() helper
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 4 Oct 2017 12:28:30 +0000 (14:28 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 4 Oct 2017 14:48:05 +0000 (15:48 +0100)
commitb48cc1d9c3a93b239700198f69b1a49b23d95b83
tree5f25463f1bb6758c548e2e26e18071df78f43c52
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
ASoC: fsi: Use of_device_get_match_data() helper

Use the of_device_get_match_data() helper instead of open coding.
Note that when used with DT, there's always a valid match.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/fsi.c