commit | 815a1832a1027015bfaec902ef1d76eb8c4cfc5e | [log] [tgz] |
---|---|---|
author | Chun Zhang <chunz@codeaurora.org> | Thu Jun 20 13:47:13 2013 -0700 |
committer | Chun Zhang <chunz@codeaurora.org> | Thu Jun 20 16:39:51 2013 -0700 |
tree | 5f10ac12b6bdfb6a86413d5c54d11f1310fc4fc3 | |
parent | c77a0418b097b977cc22633917801346fd2ca0bd [diff] |
led: leds-qpnp: Add work queue to LED driver Regulator operation requires non-atomic context and current driver does not put LED to sleep. This causes APPs crash. By introducing work queue, the problem is solved. Change-Id: Ifbd9f37fee893cb48c06e41a82202b93f3313704 Signed-off-by: Chun Zhang <chunz@codeaurora.org>