From: Andrei Emeltchenko Date: Mon, 11 Jun 2012 08:13:07 +0000 (+0300) Subject: Bluetooth: Update HCI timeouts constants to use msecs_to_jiffies X-Git-Tag: v3.6-rc1~125^2~57^2~2^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f246e890502fed387e0f959e2224ea680c03423;p=pandora-kernel.git Bluetooth: Update HCI timeouts constants to use msecs_to_jiffies The HCI constants are always used in form of jiffies. So just include the conversion from msecs in the define itself. This has the advantage of making the code where the timeout is used more readable and avoiding unnecessary conversions. The patch is similar to commit ba13ccd9 doing the same job for L2CAP Reported-by: Marcel Holtmann Signed-off-by: Andrei Emeltchenko Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed