diff options
author | Colin Ian King <[email protected]> | 2019-07-02 14:16:42 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-07-02 12:00:50 -0700 |
commit | 23ec8eaf46e1472f26c5c7549205797d006efa13 (patch) | |
tree | fe24757fb7c24ee2a68c6f02890369942ad25b48 /drivers/fpga/fpga-bridge.c | |
parent | 83b6a85bbbde81332ad329b9876f0afd5172c99a (diff) |
nfc: st-nci: remove redundant assignment to variable r
The variable r 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.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions