diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-02-08 19:46:01 +0300 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2020-02-10 12:38:54 +0300 |
commit | 2c0bee081315b18064fe39661e679b2fe6b86476 (patch) | |
tree | d8dd4dec15dbcba0abc974935bb9c97ab2f2f9df /lib/mpi/mpiutil.c | |
parent | 32553441569482e36e65371edb84494bcec53c03 (diff) | |
download | linux-2c0bee081315b18064fe39661e679b2fe6b86476.tar.xz |
USB: serial: digi_acceleport: remove redundant assignment to pointer priv
Pointer priv is being assigned with a value that is never read, it is
assigned a new value later on in a for-loop. The assignment is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions