commit | b988a650b16a074bc3727fcb20591f50e29ceca9 | [log] [tgz] |
---|---|---|
author | Laurent Vivier <lvivier@redhat.com> | Tue May 31 18:35:57 2016 +0200 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Tue Jun 07 18:19:25 2016 +0300 |
tree | 01f0d4e6955e0980740e29f6ca78b752bad1e515 | |
parent | d0448de7f661070fad1602218f1b7d211e1c2270 [diff] |
audio: Use DIV_ROUND_UP Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d). This patch is the result of coccinelle script scripts/coccinelle/round.cocci CC: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>