]> Gentwo Git Trees - linux/.git/commit
Bluetooth: SMP: convert timeouts to secs_to_jiffies()
authorEaswar Hariharan <eahariha@linux.microsoft.com>
Wed, 19 Feb 2025 22:51:31 +0000 (22:51 +0000)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 21 Feb 2025 15:50:38 +0000 (10:50 -0500)
commit2b322177790265e0f04d867e2f53f72a31a7fb23
tree72c13d45aa3b0b817470ad394dcd4a4992445fec
parent08dcdfef9efb37f9c8e614a30036ebc17fb64779
Bluetooth: SMP: convert timeouts to secs_to_jiffies()

Commit b35108a51cf7 ("jiffies: Define secs_to_jiffies()") introduced
secs_to_jiffies().  As the value here is a multiple of 1000, use
secs_to_jiffies() instead of msecs_to_jiffies() for readability.

Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/smp.c