OSDN Git Service

dpaa_eth: add newline in dev_err() msg
authorMadalin Bucur <madalin.bucur@nxp.com>
Wed, 23 Oct 2019 09:08:46 +0000 (12:08 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Oct 2019 22:21:58 +0000 (15:21 -0700)
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>
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c

index e376c32..d321454 100644 (file)
@@ -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) {