]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Bluetooth: btintel_pcie: Allocate memory for driver private data
authorKiran K <kiran.k@intel.com>
Thu, 12 Sep 2024 10:51:00 +0000 (16:21 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 12 Sep 2024 21:32:42 +0000 (17:32 -0400)
commit7ffaa200251871980af12e57649ad57c70bf0f43
tree04fdd025574c180bdce12aedeedbfa051d107529
parent7b05933340f4490ef5b09e84d644d12484b05fdf
Bluetooth: btintel_pcie: Allocate memory for driver private data

Fix driver not allocating memory for struct btintel_data which is used
to store internal data.

Fixes: 6e65a09f9275 ("Bluetooth: btintel_pcie: Add *setup* function to download firmware")
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel_pcie.c