]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
jz4740-battery: Protect against concurrent battery readings
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 11 Nov 2010 18:00:52 +0000 (19:00 +0100)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Thu, 18 Nov 2010 13:56:16 +0000 (16:56 +0300)
commit8ec98fe0b4ffdedce4c1caa9fb3d550f52ad1c6b
treeaf77279c42d3c1e9e21676b1d28ca8ec1c043c73
parent86af95039b69a90db15294eb1f9c147f1df0a8ea
jz4740-battery: Protect against concurrent battery readings

We can not handle more then one ADC request at a time to the battery.
The patch adds a mutex around the ADC read code to ensure this.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: stable@kernel.org
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/jz4740-battery.c