Re: [PATCH 1/1] Bluetooth: btusb: Fix incorrect type in assignment and uninitialized symbol
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2021-02-26 20:29:07
Also in:
linux-bluetooth, lkml
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2021-02-26 20:29:07
Also in:
linux-bluetooth, lkml
Hi Mark,
Warnings: drivers/bluetooth/btusb.c:3775 btusb_mtk_setup() error: uninitialized symbol 'fw_version'. -> add initial value for fw_version. Warnings: sparse: sparse: incorrect type in assignment (different base types) -> add le32_to_cpu to fix incorrect type in assignment. Signed-off-by: mark-yw.chen <redacted> --- drivers/bluetooth/btusb.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
patch has been applied to bluetooth-next tree. Regards Marcel _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek