commit | 8c09b9fdecab1f4a289f07b46e2ad174b6641928 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Mar 02 13:07:45 2016 +0300 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Mon Mar 14 17:08:28 2016 +0100 |
tree | d29a18e30908ae3637e5a54ad7d803ec27a17e01 | |
parent | 7e84536cb9ffb6562b3a2584c7454104e750e01a [diff] |
rtc: ds1685: passing bogus values to irq_restore We call spin_lock_irqrestore with "flags" set to zero instead of to the value from spin_lock_irqsave(). Fixes: aaaf5fbf56f1 ('rtc: add driver for DS1685 family of real time clocks') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>