commit | 77afe3b82e97c2d1a066d038344bbce8bb8f7d85 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Aug 29 00:14:50 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 30 14:14:46 2019 -0700 |
tree | 3081b9a546ab5cf0ce736f28eb72678f6cc4db75 | |
parent | 1f99fc7fffa5beab7b5dddf666b8036ba95f95c5 [diff] |
arcnet: capmode: remove redundant assignment to pointer pkt Pointer pkt is being initialized with a value that is never read and pkt is being re-assigned a little later on. The assignment is redundant and hence can be removed. Addresses-Coverity: ("Ununsed value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>