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

Commit 7c4f4d1d authored by Matthias Schwarzott's avatar Matthias Schwarzott Committed by Mauro Carvalho Chehab
Browse files

media: cx23885: Use semicolon after assignment instead of comma



End assignments by semicolon instead of comma.

Signed-off-by: default avatarMatthias Schwarzott <zzam@gentoo.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 7e132dee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1852,8 +1852,8 @@ static int dvb_register(struct cx23885_tsport *port)
			/* attach frontend */
			memset(&si2165_pdata, 0, sizeof(si2165_pdata));
			si2165_pdata.fe = &fe0->dvb.frontend;
			si2165_pdata.chip_mode = SI2165_MODE_PLL_XTAL,
			si2165_pdata.ref_freq_hz = 16000000,
			si2165_pdata.chip_mode = SI2165_MODE_PLL_XTAL;
			si2165_pdata.ref_freq_hz = 16000000;
			memset(&info, 0, sizeof(struct i2c_board_info));
			strlcpy(info.type, "si2165", I2C_NAME_SIZE);
			info.addr = 0x64;