From: Mark Brown Date: Thu, 11 Mar 2010 07:41:33 +0000 (-0800) Subject: Input: wm831x-on - convert to use genirq X-Git-Tag: v2.6.34-rc2~43^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afadb8e08c48d08b75f3caf8404742b13e6b3624;p=pandora-kernel.git Input: wm831x-on - convert to use genirq Now that the WM831x core has been converted to use genirq for the interrupt controller there is no need for the client drivers to use a WM831x-specific API rather than just calling genirq directly. Also fixes a leak of the IRQ during init failure - the error path free_irq() was using NULL rather than the driver data as the data pointer so free_irq() wouldn't have matched. Signed-off-by: Mark Brown Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed