commit | 352b1dee744090a4686bbf27b067f6cf87a40a35 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Oct 25 18:22:55 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 29 12:08:34 2019 -0700 |
tree | 7a4564ffb2633e41cda66dacc7dce4854d6e13d6 | |
parent | d607525bd912860aad137326a1076d1e9880ddf0 [diff] |
net: fec: remove redundant assignment to pointer bdp The pointer bdp is being assigned with a value that is never read, so the assignment is redundant and hence can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Fugang Duan <fugang.duan@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>