On Mon, Oct 17, 2022 at 11:08:09PM +0100, Colin Ian King wrote: > Variable err is being assigned a value that is not read, the assignment > is redundant and so is the variable. Remove it. > > Cleans up clang scan warning: > net/ipv6/esp6_offload.c:64:7: warning: Although the value stored to 'err' > is used in the enclosing expression, the value is never actually read > from 'err' [deadcode.DeadStores] > > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> Applied to ipsec-next, thanks!