Bluetooth: hci_uart: Remove redundant assignment to fw_ptr
authorNigel Christian <nigel.l.christian@gmail.com>
Wed, 16 Jun 2021 19:45:02 +0000 (15:45 -0400)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 26 Jun 2021 05:52:41 +0000 (07:52 +0200)
commit1f0536139cb8e8175ca034e12706b86f77f9061e
treed1d92b6f6d1a82f2a210dbac550bb91effe78736
parent23837a6d7a1a61818ed94a6b8af552d6cf7d32d5
Bluetooth: hci_uart: Remove redundant assignment to fw_ptr

The variable fw_ptr is assigned a value that is not read and the same value
is assigned in the patch goto. The assignment is redundant and can be
removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Nigel Christian <nigel.l.christian@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_ag6xx.c