summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2022-04-08 12:28:30 +0300
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-11-25 13:00:20 +0300
commit6745ea4bdde9cab08149be4820540abe6a0f4207 (patch)
treeab96d86fef7d2724bd2d014802a4a73d8d9ac956 /drivers/media/dvb-frontends
parente704b44b550fbc9a4af15bc848fdbac5ff2eec47 (diff)
downloadlinux-6745ea4bdde9cab08149be4820540abe6a0f4207.tar.xz
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>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r--drivers/media/dvb-frontends/mxl5xx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/mxl5xx.c b/drivers/media/dvb-frontends/mxl5xx.c
index 934d1c0b214a..4ebbcf05cc09 100644
--- a/drivers/media/dvb-frontends/mxl5xx.c
+++ b/drivers/media/dvb-frontends/mxl5xx.c
@@ -1644,8 +1644,6 @@ static int validate_sku(struct mxl *state)
default:
return -1;
}
- } else {
-
}
return -1;
}