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

Commit 7bbbc0a2 authored by Mikhail Gusarov's avatar Mikhail Gusarov Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3826): Saa7134: Missing 'break' in Terratec Cinergy 400 TV initialization



There is a missing break in card initialization function. Might screw
up initialization of Terratec Cinergy 400 TV.

Signed-off-by: default avatarMikhail Gusarov <dottedmag@dottedmag.net>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 7d16eaa3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3504,6 +3504,7 @@ int saa7134_board_init1(struct saa7134_dev *dev)
		/* power-up tuner chip */
		saa_andorl(SAA7134_GPIO_GPMODE0 >> 2,   0x00040000, 0x00040000);
		saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x00040000, 0x00000000);
		break;
	case SAA7134_BOARD_PINNACLE_300I_DVBT_PAL:
		/* this turns the remote control chip off to work around a bug in it */
		saa_writeb(SAA7134_GPIO_GPMODE1, 0x80);