commit | 9d1fa4c3737ac82520931d940dcd2426719f8dd2 | [log] [tgz] |
---|---|---|
author | Oleksij Rempel <fixed-term.Oleksij.Rempel@de.bosch.com> | Thu Feb 04 13:45:20 2016 +0100 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Mon Mar 14 17:08:15 2016 +0100 |
tree | f3905e8c537b2c1c56dd9454f31a857c8a7610a8 | |
parent | 7444845b084d7785a2581ba5292aa8adbc1fd439 [diff] |
rtc: rv8803: convert spin_lock to mutex_lock Fix a scheduling while atomic issue caused by rv8803_set_time() holding a spinlock during the call to i2c_smbus_read_byte_data(). Signed-off-by: Oleksij Rempel <fixed-term.Oleksij.Rempel@de.bosch.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>