Skip to content

Commit

Permalink
rtc: test: remove debug message
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alexandre Belloni committed Dec 3, 2020
1 parent 0020868 commit 1ae20eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/rtc/rtc-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1ae20eb

Please sign in to comment.