diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-02-08 16:18:02 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-02-10 11:15:27 -0800 |
commit | 1f9f5a8193e697ae5a1dfb619ee554f037526255 (patch) | |
tree | c1a5bf9e7c411ad40c64820306c0f320e539dd9d /tools/perf/scripts/python | |
parent | 334fb94c39e0ab5bb8fa61ff6e82fe6545b45ed7 (diff) |
usb: cdns3: remove redundant assignment to pointer trb
Pointer trb being assigned with a value that is never read, it is
assigned a new value later on. The assignment is redundant and
can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200208161802.28846-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions