From: Kim, Milo Date: Fri, 31 Aug 2012 09:23:41 +0000 (+0000) Subject: lp8727_charger: Remove unnecessary workqueue thread X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~5^2~22 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a0925827be53db6252afadc79c657b14638ff4a;p=pandora-kernel.git lp8727_charger: Remove unnecessary workqueue thread LP8727 has two IRQ threads. One is the I2C HW IRQ pin, the other is for delayed interrupt processing. But this delayed processing can be handled without additional single thread by using schedule_delayed_work() with jiffies time value. Signed-off-by: Milo(Woogyom) Kim Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed