diff options
author | Colin Ian King <[email protected]> | 2021-04-20 11:57:18 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-04-22 12:01:59 +0200 |
commit | 86eb032675766e633ba1ad2902776533e8dd576b (patch) | |
tree | d2616835da7681a4c1bbb02a3a5fc24a592fb3ce /lib/mpi/mpi-inline.h | |
parent | c0070e1e60270f6a1e09442a9ab2335f3eaeaad2 (diff) |
tty: synclink_gt: remove redundant initialization of variable count
The variable count 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.
Reviewed-by: Jiri Slaby <[email protected]>
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 'lib/mpi/mpi-inline.h')
0 files changed, 0 insertions, 0 deletions