diff options
| author | Colin Ian King <[email protected]> | 2021-06-09 13:06:17 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-06-09 14:30:17 +0200 |
| commit | 3cac092a05d80ef2eb63e788329bd72b6e764069 (patch) | |
| tree | 617db35c2d5d50749e7ff7cf1b5e374aad0a6416 /include/linux | |
| parent | 5bd9e94a11ab76b656c897609b7e0e2bf1e87d09 (diff) | |
staging: gdm724x: emove redundant initialization of variable hci_len
The variable hci_len is being initialized with a value that is never
read and it is being updated later with a new value. The initialization
is redundant and can be removed.
Signed-off-by: Colin Ian King <[email protected]>
Addresses-Coverity: ("Unused value")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions