]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: meson: fix do_div warning in spdifin
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 13 Dec 2018 15:44:28 +0000 (16:44 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 13 Dec 2018 16:20:28 +0000 (16:20 +0000)
commit2498a0ae858aac98aa387dc917520fe0d2d98055
tree41ede151a6a64b37ad910fd46ba4b66dd2e67e6c
parent2077fa95a8e580b484a9adc137d71c29fc773c7b
ASoC: meson: fix do_div warning in spdifin

Even if this spdif input driver is only supposed to be used on 64bits
platform, there is possible problem with 32bits and do_div, as reported
by the kbuild robot. Just fix it.

Fixes: d3aeb470668c ("ASoC: meson: add axg spdif input")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/meson/axg-spdifin.c