Skip to content

Commit 1ae20eb

Browse files
rtc: test: remove debug message
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
1 parent 0020868 commit 1ae20eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/rtc/rtc-test.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ static int test_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *alrm)
5050
if (expires > U32_MAX)
5151
expires = U32_MAX;
5252

53-
pr_err("ABE: %s +%d %s\n", __FILE__, __LINE__, __func__);
5453
rtd->alarm.expires = expires;
5554

5655
if (alrm->enabled)

0 commit comments

Comments
 (0)