]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_event: Fix build warning with C=1
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 3 Aug 2022 21:44:13 +0000 (14:44 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 9 Aug 2022 00:05:12 +0000 (17:05 -0700)
commit74817d708c45f1b3fda89c63cba46bccb33fa440
tree7e8821d18e058692691ef67b08a1c8e4f08baf3a
parent2166b76f5da02990e5390b0c38ee50f513f1842d
Bluetooth: hci_event: Fix build warning with C=1

This fixes the following warning when build with make C=1:

net/bluetooth/hci_event.c:337:15: warning: restricted __le16 degrades to integer

Fixes: ccf02a8169bd6 ("Bluetooth: Process result of HCI Delete Stored Link Key command")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_event.c