]> asedeno.scripts.mit.edu Git - linux.git/commit
rtc: abx80x: solve race condition
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 12 Oct 2017 22:04:47 +0000 (00:04 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 12 Oct 2017 22:10:12 +0000 (00:10 +0200)
commit9da32ba64d59d577297bf766a3f12753ebef5712
treeb3d8ba4e5f3f1bf14edb2f06be2b01d47e4248c9
parent9360a6a81862d3acfeb44745d9db4f9861ba4159
rtc: abx80x: solve race condition

There is a race condition that can happen if abx80x_probe() fails after the
rtc registration succeeded. Solve that by moving the registration at the
end of the probe function.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-abx80x.c