ASoC: Use DIV_ROUND_UP() instead of open-coding it
authorMark Brown <broonie@kernel.org>
Tue, 18 Oct 2022 11:14:39 +0000 (12:14 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 18 Oct 2022 11:14:39 +0000 (12:14 +0100)
Merge series from Shang XiaoJing <shangxiaojing@huawei.com>:

Use DIV_ROUND_UP() instead of open-coding it, which intents and makes
it more clear what is going on for the casual reviewer.


Trivial merge