From: Colin King <colin.k...@canonical.com> Date: Sun, 29 Oct 2017 13:30:25 +0000
> From: Colin Ian King <colin.k...@canonical.com> > > Variable len is being assigned a value that is never read, > hence the assignment is redundant and can be removed. Cleans > up clang warning: > > drivers/net/hamradio/mkiss.c:443:3: warning: Value stored to > 'len' is never read > > Signed-off-by: Colin Ian King <colin.k...@canonical.com> Applied.