Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73ab31ce authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

rtc: at91sam9: remove useless check



rtc->sclk necessarily points to a valid clocks at this point. Else the
probe would have aborted.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent ffe60fcf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -494,7 +494,6 @@ static int at91_rtc_remove(struct platform_device *pdev)
	/* disable all interrupts */
	rtt_writel(rtc, MR, mr & ~(AT91_RTT_ALMIEN | AT91_RTT_RTTINCIEN));

	if (!IS_ERR(rtc->sclk))
	clk_disable_unprepare(rtc->sclk);

	return 0;