diff options
author | Wan Jiabing <wanjiabing@vivo.com> | 2022-04-08 12:28:30 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-11-25 13:00:20 +0300 |
commit | 6745ea4bdde9cab08149be4820540abe6a0f4207 (patch) | |
tree | ab96d86fef7d2724bd2d014802a4a73d8d9ac956 | |
parent | e704b44b550fbc9a4af15bc848fdbac5ff2eec47 (diff) | |
download | linux-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>
-rw-r--r-- | drivers/media/dvb-frontends/mxl5xx.c | 2 |
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; } |