Commit b7fca5b0 authored by Olli Salonen's avatar Olli Salonen Committed by Mauro Carvalho Chehab

[media] si2157: make checkpatch.pl happy (remove break after goto)

Break after goto is unnecessary.
Signed-off-by: default avatarOlli Salonen <olli.salonen@iki.fi>
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent fc30dd76
......@@ -129,7 +129,6 @@ static int si2157_init(struct dvb_frontend *fe)
case SI2147_A30:
case SI2146_A10:
goto skip_fw_download;
break;
default:
dev_err(&s->client->dev,
"unknown chip version Si21%d-%c%c%c\n",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment