commit | 0f123f820a8affe41cdf80e1998675dda4679574 | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Wed Oct 09 11:55:23 2019 -0300 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Wed Oct 16 11:47:59 2019 -0300 |
tree | 4093fb2ab9d5f83f13d844bad7288d8688858298 | |
parent | 727fe909af7545fc317cd1ead4678724ec87df0a [diff] |
media: tuners/qm1d1c0042: Use DIV_ROUND_CLOSEST directly to make it readable The kernel.h macro DIV_ROUND_CLOSEST performs the computation (x + d/2)/d but is perhaps more readable. Signed-off-by: Zhong Jiang <zhongjiang@huawei.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>