mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-13 21:02:35 +00:00
[media] cx24117: Grammar s/if ... if/if ... is/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
91d63156c9
commit
510cb39c4f
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user