From: Samu Onkalo Date: Fri, 22 Oct 2010 11:57:25 +0000 (-0400) Subject: hwmon: lis3: Cleanup interrupt handling X-Git-Tag: v2.6.37-rc1~118^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e726111f953f8f5b922b953caf06ba6790c5fbaa;p=pandora-kernel.git hwmon: lis3: Cleanup interrupt handling Irqcfg moved to chip data instead of platform data. This simplifies access in interrupt handler little bit. Input device open and close functions set status for interrupt threaded handler once. Unnecessary check for interrupt source removed since it is enough that active interrupt line indicates that there was an interrupt. Signed-off-by: Samu Onkalo Acked-by: Eric Piel Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed