ionic: add function tag to debug string
Prefix the log output with the function string as in other debug messages. Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6edddead95
commit
18d6426402
@ -119,8 +119,8 @@ static int ionic_lif_hwstamp_set_ts_config(struct ionic_lif *lif,
|
|||||||
config->rx_filter = HWTSTAMP_FILTER_ALL;
|
config->rx_filter = HWTSTAMP_FILTER_ALL;
|
||||||
}
|
}
|
||||||
|
|
||||||
dev_dbg(ionic->dev, "config_rx_filter %d rx_filt %#llx rx_all %d\n",
|
dev_dbg(ionic->dev, "%s: config_rx_filter %d rx_filt %#llx rx_all %d\n",
|
||||||
config->rx_filter, rx_filt, rx_all);
|
__func__, config->rx_filter, rx_filt, rx_all);
|
||||||
|
|
||||||
if (tx_mode) {
|
if (tx_mode) {
|
||||||
err = ionic_lif_create_hwstamp_txq(lif);
|
err = ionic_lif_create_hwstamp_txq(lif);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user