]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()
authorEaswar Hariharan <eahariha@linux.microsoft.com>
Wed, 19 Feb 2025 22:51:32 +0000 (22:51 +0000)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 25 Mar 2025 16:40:46 +0000 (12:40 -0400)
commitc9d84da18d1e0d28a7e16ca6df8e6d47570501d4
treed5129b500cb8cb473879549ac71d6e3cc828e9e9
parent3f0a819e8c4f8c83c584f7b035488d3ae16c0704
Bluetooth: L2CAP: 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>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c