aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBrian Masney <[email protected]>2016-09-26 20:20:18 -0400
committerJonathan Cameron <[email protected]>2016-10-01 14:53:51 +0100
commit5faf98cb319bc7ce7cef080be1bbebba44233332 (patch)
tree1666f6a73c938dc8850211d5bc8c3791db714aab /tools/perf/scripts/python
parent028199660d8f53f1856bbe8cf6771d3351eaa182 (diff)
staging: iio: isl29018: fixed race condition in in_illuminance_scale_available_show()
in_illuminance_scale_available_show() references the isl29018_chip->int_time variable in three places inside a for loop. The value of the int_time variable can be updated by the isl29018_set_integration_time() function, which is called by the isl29018_write_raw() function. isl29018_write_raw() locks a mutex specific to this driver when the integration time variable is updated. Signed-off-by: Brian Masney <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions