From: Tarun Kanti DebBarma Date: Fri, 25 Nov 2011 09:57:37 +0000 (+0530) Subject: gpio/omap: fix _set_gpio_irqenable implementation X-Git-Tag: v3.4-rc1~65^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8276536cec38bc6bde30d0aa67716f22b9b9705a;p=pandora-kernel.git gpio/omap: fix _set_gpio_irqenable implementation This function should be capable of both enabling and disabling interrupts based upon the *enable* parameter. Right now the function only enables the interrupt and *enable* is not used at all. So add the interrupt disable capability also using the parameter. Signed-off-by: Tarun Kanti DebBarma Reviewed-by: Santosh Shilimkar Acked-by: Felipe Balbi Reviewed-by: Kevin Hilman Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed