Skip to content

Commit

Permalink
media: dvb-frontends: clean up unneeded else
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wan Jiabing authored and mchehab committed Nov 25, 2022
1 parent e704b44 commit 6745ea4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/dvb-frontends/mxl5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1644,8 +1644,6 @@ static int validate_sku(struct mxl *state)
default:
return -1;
}
} else {

}
return -1;
}
Expand Down

0 comments on commit 6745ea4

Please sign in to comment.