diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-11-22 02:06:44 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-12-04 01:43:23 +0300 |
commit | 1ae20eb1eca733c640f6d478bbd57c1d814b6064 (patch) | |
tree | 7dbfc64ba48fe00c4f58c5debca9fb79a1e12f04 /drivers/rtc/rtc-test.c | |
parent | 0020868f2a7037e87d6b3b196526de2fb885830d (diff) | |
download | linux-1ae20eb1eca733c640f6d478bbd57c1d814b6064.tar.xz |
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
Diffstat (limited to 'drivers/rtc/rtc-test.c')
-rw-r--r-- | drivers/rtc/rtc-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-test.c b/drivers/rtc/rtc-test.c index b092a1648513..7e0d8fb26465 100644 --- a/drivers/rtc/rtc-test.c +++ b/drivers/rtc/rtc-test.c @@ -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) |