commit | 735ae2056b3c7296bb188d079c020f606a679c4a | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Thu Jul 06 11:42:01 2017 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Fri Jul 07 13:14:12 2017 +0200 |
tree | e1662976fdd97074f037b6131c78c503a84008d1 | |
parent | 3068a254d5519cd5116f61297462da6d1aa84c20 [diff] |
rtc: at91rm9200: remove race condition While highly unlikely, it is possible to get an interrupt as soon as it is requested. In that case, at91_rtc_interrupt() will be called with rtc == NULL. Solve that by using devm_rtc_allocate_device/rtc_register_device. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>