On Sat, 17 Jan 2009 19:24:52 +0200 "Igor M. Liplianin" <liplianin@xxxxxx> wrote: > Mauro, > > Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits > > for the following 4 changesets: > > 01/04: Add support for TurboSight TBS6920 DVB-S2 PCI-e card. > http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=5f762cc14f76 > > 02/04: Add support for TeVii S470 DVB-S2 PCI-e card. > http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=5686a3455e1c > > 03/04: Proper implement set_voltage in cx24116. > http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=b6e915f8972a > > 04/04: Add support for DVBWorld DVBS2 PCI-e 2005. > http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=e232deb5cb03 > > There are a few CodingStyle fun: Add support for TurboSight TBS6920 DVB-S2 PCI-e card. WARNING: braces {} are not necessary for single statement blocks #118: FILE: linux/drivers/media/video/cx23885/cx23885-dvb.c:555: + if (fe0->dvb.frontend != NULL) { + fe0->dvb.frontend->ops.set_voltage = tbs_set_voltage; + } total: 0 errors, 1 warnings, 100 lines checked /tmp/newpatches/hg_v4l-dvb-commits_2.patch: Add support for TeVii S470 DVB-S2 PCI-e card. WARNING: braces {} are not necessary for single statement blocks #88: FILE: linux/drivers/media/video/cx23885/cx23885-dvb.c:569: + if (fe0->dvb.frontend != NULL) { + fe0->dvb.frontend->ops.set_voltage = tbs_set_voltage; + } Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html