From mboxrd@z Thu Jan 1 00:00:00 1970 From: David =?utf-8?b?SMOkcmRlbWFu?= Subject: [PATCH 1/4] Fix the drivers/media/dvb/ttpci/budget-ci.c conversion to ir-core Date: Fri, 09 Apr 2010 01:04:25 +0200 Message-ID: <20100408230425.14453.62639.stgit@localhost.localdomain> References: <20100408230246.14453.97377.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from 1-1-12-13a.han.sth.bostream.se ([82.182.30.168]:45502 "EHLO palpatine.hardeman.nu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933780Ab0DHXE3 (ORCPT ); Thu, 8 Apr 2010 19:04:29 -0400 In-Reply-To: <20100408230246.14453.97377.stgit@localhost.localdomain> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: mchehab@redhat.com Cc: linux-input@vger.kernel.org, linux-media@vger.kernel.org When I converted drivers/media/dvb/ttpci/budget-ci.c to use ir-core I missed one line. This patch fixes that mistake. Signed-off-by: David H=C3=A4rdeman --- drivers/media/dvb/ttpci/budget-ci.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/tt= pci/budget-ci.c index 8950df1..4617143 100644 --- a/drivers/media/dvb/ttpci/budget-ci.c +++ b/drivers/media/dvb/ttpci/budget-ci.c @@ -225,8 +225,6 @@ static int msp430_ir_init(struct budget_ci *budget_= ci) break; } =20 - ir_input_init(input_dev, &budget_ci->ir.state, IR_TYPE_RC5); - error =3D ir_input_register(input_dev, ir_codes, NULL, MODULE_NAME); if (error) { printk(KERN_ERR "budget_ci: could not init driver for IR device (cod= e %d)\n", error); -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html