ALSA: sb: Use DIV_ROUND_UP() instead of open-coding it
authorShang XiaoJing <shangxiaojing@huawei.com>
Tue, 27 Sep 2022 14:11:10 +0000 (22:11 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 29 Sep 2022 06:11:55 +0000 (08:11 +0200)
commiteefe77fdc0de86480f5dbb6bc721396d82d095d3
tree415bde0b111be041adf6112a1713184ff61a70f6
parentd1c442019594692c64a70a86ad88eb5b6db92216
ALSA: sb: Use DIV_ROUND_UP() instead of open-coding it

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

The Coccinelle references Commit e4d8aef21403 ("ALSA: usb: Use
DIV_ROUND_UP() instead of open-coding it").

Signed-off-by: Shang XiaoJing <shangxiaojing@huawei.com>
Link: https://lore.kernel.org/r/20220927141110.18033-1-shangxiaojing@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/sb/emu8000_pcm.c