From: Mauro Carvalho Chehab Date: Sun, 29 Nov 2009 11:19:59 +0000 (-0300) Subject: V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation X-Git-Tag: v2.6.33-rc1~338^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=055cd55601f948675006ca90362fc2bfaae90a86;p=pandora-kernel.git V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation Currently, the IR table is initialized by calling ir_input_init(). However, this function doesn't return any error code, nor has a function to be called when de-initializing the IR's. Change the return argment to integer and make sure that each driver will handle the error code. Also adds a function to free any resources that may be allocating there: ir_input_free(). Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed