rtc: test: remove debug message
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 21 Nov 2020 23:06:44 +0000 (00:06 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 3 Dec 2020 22:43:23 +0000 (23:43 +0100)
Remove leftover debug message

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20201121230644.572419-1-alexandre.belloni@bootlin.com
drivers/rtc/rtc-test.c

index b092a16..7e0d8fb 100644 (file)
@@ -50,7 +50,6 @@ static int test_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *alrm)
        if (expires > U32_MAX)
                expires = U32_MAX;
 
-       pr_err("ABE: %s +%d %s\n", __FILE__, __LINE__, __func__);
        rtd->alarm.expires = expires;
 
        if (alrm->enabled)