mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-28 16:52:18 +00:00
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
This commit is contained in:
parent
0020868f2a
commit
1ae20eb1ec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user