We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0020868 commit 1ae20ebCopy full SHA for 1ae20eb
drivers/rtc/rtc-test.c
@@ -50,7 +50,6 @@ static int test_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *alrm)
50
if (expires > U32_MAX)
51
expires = U32_MAX;
52
53
- pr_err("ABE: %s +%d %s\n", __FILE__, __LINE__, __func__);
54
rtd->alarm.expires = expires;
55
56
if (alrm->enabled)
0 commit comments