rtc: pl031: Correct function type of pl031_write_reg
authorTom Rini <trini@konsulko.com>
Mon, 4 Aug 2025 21:57:12 +0000 (15:57 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Aug 2025 17:03:05 +0000 (11:03 -0600)
commit91122ea8f03b59b1fef7b9861734f6278ca4a123
tree7ad274fb99a67ac85cdfc0c5d3b34210c0dee33c
parentd7daa9274b1f7fad8f24c6020dc6225a1585de2f
rtc: pl031: Correct function type of pl031_write_reg

When calling writel we do not have a return value to check or pass
along. This function should therefore be void and not return what writel
gives us.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/rtc/pl031.c