-stable review patch. If anyone has any objections, please let us know. ------------------ From: Andrew de Quincey The original driver had a restriction that if a card as an saa7113 chip, then it cannot have a CI interface. This is not the case. Signed-off-by: Andrew de Quincey Signed-off-by: Michael Krufky Signed-off-by: Chris Wright Signed-off-by: Greg Kroah-Hartman --- drivers/media/dvb/ttpci/budget-av.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) --- linux-2.6.17.3.orig/drivers/media/dvb/ttpci/budget-av.c +++ linux-2.6.17.3/drivers/media/dvb/ttpci/budget-av.c @@ -1218,11 +1218,7 @@ static int budget_av_attach(struct saa71 budget_av->budget.dvb_adapter.priv = budget_av; frontend_init(budget_av); - - if (!budget_av->has_saa7113) { - ciintf_init(budget_av); - } - + ciintf_init(budget_av); return 0; } -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/