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)
commit67ad4edf2b59dbea75a85afe114516d06a6c8413
treeeec0ebb4774b0654b4885e4d171838d75a216d26
parent974ada314fa265359c5fcfc630b7cb7818e7e19c
parent98059ddfd1ada95fc9f535ea9c08618aa44ad5d3
ASoC: Use DIV_ROUND_UP() instead of open-coding it

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.