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)
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

index 1f55df9..2d40302 100644 (file)
@@ -199,7 +199,6 @@ static int ag6xx_setup(struct hci_uart *hu)
                           fwname, err);
                goto patch;
        }
-       fw_ptr = fw->data;
 
        bt_dev_info(hdev, "Applying bddata (%s)", fwname);