[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200211045053.8088-1-yangbo.lu@nxp.com>
Date: Tue, 11 Feb 2020 12:50:53 +0800
From: Yangbo Lu <yangbo.lu@....com>
To: netdev@...r.kernel.org, "David S . Miller" <davem@...emloft.net>,
Richard Cochran <richardcochran@...il.com>
Subject: [PATCH] ptp_qoriq: add initialization message
It is necessary to print the initialization result.
Signed-off-by: Yangbo Lu <yangbo.lu@....com>
---
drivers/ptp/ptp_qoriq.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/ptp/ptp_qoriq.c b/drivers/ptp/ptp_qoriq.c
index b27c46e..66e7d57 100644
--- a/drivers/ptp/ptp_qoriq.c
+++ b/drivers/ptp/ptp_qoriq.c
@@ -541,6 +541,8 @@ int ptp_qoriq_init(struct ptp_qoriq *ptp_qoriq, void __iomem *base,
ptp_qoriq->phc_index = ptp_clock_index(ptp_qoriq->clock);
ptp_qoriq_create_debugfs(ptp_qoriq);
+
+ pr_info("new PTP clock ptp%d\n", ptp_qoriq->phc_index);
return 0;
}
EXPORT_SYMBOL_GPL(ptp_qoriq_init);
--
2.7.4
Powered by blists - more mailing lists