diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-07-03 09:53:58 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-03 20:32:39 +0200 |
commit | b70d846cf446f71eda352be46a94e330e3255406 (patch) | |
tree | 0358a6e547886e9c4ae8bb208c83d72f137c38e7 /drivers/uwb | |
parent | qed: Add support for Timestamping the unicast PTP packets. (diff) | |
download | linux-b70d846cf446f71eda352be46a94e330e3255406.tar.xz linux-b70d846cf446f71eda352be46a94e330e3255406.zip |
atl1c: remove redundant assignment to variable tpd_req
The variable tpd_req 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 <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/uwb')
0 files changed, 0 insertions, 0 deletions