From: Colin King <colin.king@xxxxxxxxxxxxx> Date: Tue, 12 Nov 2019 13:05:23 +0000 > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > There is a stray semicolon in an if statement that will cause a dev_err > message to be printed unconditionally. Fix this by removing the stray > semicolon. > > Addresses-Coverity: ("Stay semicolon") > Fixes: f0942e00a1ab ("net: dsa: mv88e6xxx: Add support for port mirroring") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied, thanks.