Commit 510cb39c authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Mauro Carvalho Chehab

[media] cx24117: Grammar s/if ... if/if ... is/

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 91d63156
...@@ -459,7 +459,7 @@ static int cx24117_firmware_ondemand(struct dvb_frontend *fe) ...@@ -459,7 +459,7 @@ static int cx24117_firmware_ondemand(struct dvb_frontend *fe)
if (state->priv->skip_fw_load) if (state->priv->skip_fw_load)
return 0; return 0;
/* check if firmware if already running */ /* check if firmware is already running */
if (cx24117_readreg(state, 0xeb) != 0xa) { if (cx24117_readreg(state, 0xeb) != 0xa) {
/* Load firmware */ /* Load firmware */
/* request the firmware, this will block until loaded */ /* request the firmware, this will block until loaded */
......
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