Bluetooth: remove redundant assignment to variable icid
authorColin Ian King <colin.king@canonical.com>
Tue, 7 Jan 2020 18:00:13 +0000 (18:00 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 8 Jan 2020 20:44:22 +0000 (21:44 +0100)
commit788d10c02f7ed1c971445da5e2addfc70f620311
treef8e9d94a582a745a58263b8a6e3a62f01419a7e4
parent19220f35b3708dc069135046061fbe7366d5cb6e
Bluetooth: remove redundant assignment to variable icid

Variable icid is being rc is assigned with a value that is never
read. The assignment is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c