The patch number 11566 was added via Mauro Carvalho Chehab <mche...@redhat.com> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Mariusz Kozlowski <m.kozlow...@tuxland.pl> remove broken macro from dvb stv0900_priv.h It both has unbalanced parentheses and == is not = and it's not used anywhere anyway. Signed-off-by: Mariusz Kozlowski <m.kozlow...@tuxland.pl> Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com> --- linux/drivers/media/dvb/frontends/stv0900_priv.h | 2 -- 1 file changed, 2 deletions(-) diff -r 74b7f650670a -r c634f1680da9 linux/drivers/media/dvb/frontends/stv0900_priv.h --- a/linux/drivers/media/dvb/frontends/stv0900_priv.h Tue Apr 07 22:49:46 2009 +0000 +++ b/linux/drivers/media/dvb/frontends/stv0900_priv.h Sun Apr 12 19:58:52 2009 +0000 @@ -59,8 +59,6 @@ break; \ } \ } while (0) - -#define dmd_choose(a, b) (demod = STV0900_DEMOD_2 ? b : a)) static int stvdebug; --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/c634f1680da9f69bcce404f1fbff39d97f1cd21f _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits