From: Sebastian Andrzej Siewior Date: Wed, 5 Jun 2013 14:30:00 +0000 (+0200) Subject: input: ti_am335x_tsc: return IRQ_NONE if there was no IRQ for us X-Git-Tag: v3.11-rc1~53^2~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a28b8834c55f7315fb1a7c487f836472fd37bf9;p=pandora-kernel.git input: ti_am335x_tsc: return IRQ_NONE if there was no IRQ for us The previous patch ("input/ti_am335x_tsc: ACK the HW_PEN irq in ISR") acked the interrupt so we don't freeze if we don't handle an enabled interrupt source. The interrupt core has a mechanism for this and to get it work one should only say that it handled an interrupt if it is actually the case. Signed-off-by: Sebastian Andrzej Siewior --- Reading git-diff-tree failed