Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 91d63156
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -459,7 +459,7 @@ static int cx24117_firmware_ondemand(struct dvb_frontend *fe)
	if (state->priv->skip_fw_load)
		return 0;

	/* check if firmware if already running */
	/* check if firmware is already running */
	if (cx24117_readreg(state, 0xeb) != 0xa) {
		/* Load firmware */
		/* request the firmware, this will block until loaded */