media: dvb-frontends: clean up unneeded else

Clean up unneeded 'else'.

Link: https://lore.kernel.org/linux-media/20220408092831.45755-1-wanjiabing@vivo.com
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
Wan Jiabing 2022-04-08 10:28:30 +01:00 committed by Mauro Carvalho Chehab
parent e704b44b55
commit 6745ea4bdd
1 changed files with 0 additions and 2 deletions

View File

@ -1644,8 +1644,6 @@ static int validate_sku(struct mxl *state)
default:
return -1;
}
} else {
}
return -1;
}