net/smc: remove redundant re-assignment of pointer link
authorColin Ian King <colin.i.king@gmail.com>
Thu, 30 Dec 2021 15:39:00 +0000 (15:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Jan 2022 12:14:10 +0000 (12:14 +0000)
commit3a856c14c31bb8ba35534e9a2f2273c1b322f372
tree4a4e9ae47c3fc72586823fb63c009a654f3714f3
parentd7cd421da9da2cc7b4d25b8537f66db5c8331c40
net/smc: remove redundant re-assignment of pointer link

The pointer link is being re-assigned the same value that it was
initialized with in the previous declaration statement. The
re-assignment is redundant and can be removed.

Fixes: 387707fdf486 ("net/smc: convert static link ID to dynamic references")
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Tony Lu <tonylu@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_clc.c