summaryrefslogtreecommitdiff
path: root/drivers/pps/kapi.c
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2025-12-01 14:14:34 +0100
committerPetr Mladek <pmladek@suse.com>2025-12-01 14:14:34 +0100
commit3869e431b51f3010f0d3bfc007c4a1b957c0ae1f (patch)
treecae985276ee0de390f9d127147f29612385e90c4 /drivers/pps/kapi.c
parenta9f349e3c0bebe7ae97750b32a72f452bdf707e2 (diff)
parentace38521705bd79a47e5f46b6bae6dc044f3cfdc (diff)
Merge branch 'for-6.19-vsprintf-timespec64' into for-linus
Diffstat (limited to 'drivers/pps/kapi.c')
-rw-r--r--drivers/pps/kapi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pps/kapi.c b/drivers/pps/kapi.c
index 92d1b62ea239..dc6f279f5fda 100644
--- a/drivers/pps/kapi.c
+++ b/drivers/pps/kapi.c
@@ -166,8 +166,7 @@ void pps_event(struct pps_device *pps, struct pps_event_time *ts, int event,
/* check event type */
BUG_ON((event & (PPS_CAPTUREASSERT | PPS_CAPTURECLEAR)) == 0);
- dev_dbg(&pps->dev, "PPS event at %lld.%09ld\n",
- (s64)ts->ts_real.tv_sec, ts->ts_real.tv_nsec);
+ dev_dbg(&pps->dev, "PPS event at %ptSp\n", &ts->ts_real);
timespec_to_pps_ktime(&ts_real, ts->ts_real);