From: Colin King <[email protected]> Date: Wed, 25 Apr 2018 11:43:07 +0100
> From: Colin Ian King <[email protected]> > > The check for len > 0 is always true and hence is redundant as > this check is already being made to execute the code inside the > while-loop. Hence it is redundant and can be removed. > > Cleans up cppcheck warning: > drivers/net/hamradio/mkiss.c:220: (warning) Identical inner 'if' > condition is always true. > > Signed-off-by: Colin Ian King <[email protected]> Applied.
