From: Andrei Emeltchenko Date: Fri, 28 Sep 2012 11:36:09 +0000 (+0300) Subject: Bluetooth: btmrvl: Use DIV_ROUND_UP macro X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~337^2^2~105^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e678bad515f06d3ca5def3a28aa21a5aeb51cf30;p=pandora-kernel.git Bluetooth: btmrvl: Use DIV_ROUND_UP macro The kernel.h macro DIV_ROUND_UP performs the computation (((n) + (d) - 1) / (d)) Signed-off-by: Andrei Emeltchenko Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed