mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 08:09:56 +00:00
dpaa_eth: add newline in dev_err() msg
Newline was missing at the end of the error message. Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2579bce4cf
commit
6e6583c91f
@ -901,7 +901,7 @@ static void dpaa_fq_setup(struct dpaa_priv *priv,
|
||||
|
||||
if (num_portals == 0)
|
||||
dev_err(priv->net_dev->dev.parent,
|
||||
"No Qman software (affine) channels found");
|
||||
"No Qman software (affine) channels found\n");
|
||||
|
||||
/* Initialize each FQ in the list */
|
||||
list_for_each_entry(fq, &priv->dpaa_fq_list, list) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user