]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging:iio:adc:adt7410 move to current event handling
authorJonathan Cameron <jic23@cam.ac.uk>
Wed, 18 May 2011 13:41:12 +0000 (14:41 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 19 May 2011 23:06:14 +0000 (16:06 -0700)
commit9c6b6ba819236ae098248d72f95235f286974b21
tree10cd9a1d2db50a5d17035c9d92c1740010171eb8
parent58c0323c947b7cb48b280fea4394483817315b0d
staging:iio:adc:adt7410 move to current event handling

This device actually has a pair of interrupts. The code basically ignores
that and feeds them both to the same handlers.  I'm not sure if that is
the right thing to do, but the updated code should do exactly the same.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/adc/adt7410.c