]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit63a4b958e4ad45ef31017a71b166b7443fbddd1c
tree5f25463f1bb6758c548e2e26e18071df78f43c52
parent384fde7ed224f283f11ef2a592b05d4a29492aa8
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