]> www.infradead.org Git - users/dwmw2/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>
Tue, 25 Mar 2025 16:40:31 +0000 (12:40 -0400)
commit3f0a819e8c4f8c83c584f7b035488d3ae16c0704
treefe4e6407517d582d1d97c41a3b64c76af0ebe8e8
parente3e627e6b218fbc8c1b277c008a901cc70524fcc
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