Bluetooth: hci_sync: Fix suspend performance regression
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 11 Aug 2022 21:20:46 +0000 (14:20 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 25 Aug 2022 23:21:02 +0000 (16:21 -0700)
commit123f6d3ae773f769695830518690ac3e4a477e82
treeffd86ae39738af3085c075426a0d94ac18f8f0e3
parentafcb3369f46ed5dc883a7b92f2dd1e264d79d388
Bluetooth: hci_sync: Fix suspend performance regression

This attempts to fix suspend performance when there is no connections by
not updating the event mask.

Fixes: ef61b6ea1544 ("Bluetooth: Always set event mask on suspend")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_sync.c