From: Dean Jenkins Date: Tue, 23 Jun 2015 16:59:38 +0000 (+0100) Subject: Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies() X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~258^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb02a25583b59ce48267472cd092485d754964f9;p=pandora-kernel.git Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies() Use msecs_to_jiffies() instead of using HZ so that it is easier to specify the time in milliseconds. Also add a #define L2CAP_WAIT_ACK_POLL_PERIOD to specify the 200ms polling period so that it is defined in a single place. Signed-off-by: Dean Jenkins Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed