Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtc: ls1x: remove useless label and goto
The error handling in ls1x_rtc_probe used to release resources but since it is using devm functions, it only returns a value. Make the code clearer by returning directly instead of using goto. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
- Loading branch information