* [PATCH] drivers: net: cpsw: add newline after MACID log
@ 2013-06-27 9:40 Daniel Mack
2013-06-27 9:51 ` Mugunthan V N
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Mack @ 2013-06-27 9:40 UTC (permalink / raw)
To: netdev; +Cc: mugunthanvnm, davem, Daniel Mack
Cosmetic patch to add a newline after logging the device's MACID.
Signed-off-by: Daniel Mack <zonque@gmail.com>
---
drivers/net/ethernet/ti/cpsw.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/ti/cpsw.c b/drivers/net/ethernet/ti/cpsw.c
index d1a769f..e10328d 100644
--- a/drivers/net/ethernet/ti/cpsw.c
+++ b/drivers/net/ethernet/ti/cpsw.c
@@ -1698,10 +1698,10 @@ static int cpsw_probe(struct platform_device *pdev)
if (is_valid_ether_addr(data->slave_data[0].mac_addr)) {
memcpy(priv->mac_addr, data->slave_data[0].mac_addr, ETH_ALEN);
- pr_info("Detected MACID = %pM", priv->mac_addr);
+ pr_info("Detected MACID = %pM\n", priv->mac_addr);
} else {
eth_random_addr(priv->mac_addr);
- pr_info("Random MACID = %pM", priv->mac_addr);
+ pr_info("Random MACID = %pM\n", priv->mac_addr);
}
memcpy(ndev->dev_addr, priv->mac_addr, ETH_ALEN);
--
1.8.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] drivers: net: cpsw: add newline after MACID log
2013-06-27 9:40 [PATCH] drivers: net: cpsw: add newline after MACID log Daniel Mack
@ 2013-06-27 9:51 ` Mugunthan V N
2013-06-29 4:39 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Mugunthan V N @ 2013-06-27 9:51 UTC (permalink / raw)
To: Daniel Mack; +Cc: netdev, davem
On 6/27/2013 3:10 PM, Daniel Mack wrote:
> Cosmetic patch to add a newline after logging the device's MACID.
>
> Signed-off-by: Daniel Mack <zonque@gmail.com>
> ---
> drivers/net/ethernet/ti/cpsw.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/ethernet/ti/cpsw.c b/drivers/net/ethernet/ti/cpsw.c
> index d1a769f..e10328d 100644
> --- a/drivers/net/ethernet/ti/cpsw.c
> +++ b/drivers/net/ethernet/ti/cpsw.c
> @@ -1698,10 +1698,10 @@ static int cpsw_probe(struct platform_device *pdev)
>
> if (is_valid_ether_addr(data->slave_data[0].mac_addr)) {
> memcpy(priv->mac_addr, data->slave_data[0].mac_addr, ETH_ALEN);
> - pr_info("Detected MACID = %pM", priv->mac_addr);
> + pr_info("Detected MACID = %pM\n", priv->mac_addr);
> } else {
> eth_random_addr(priv->mac_addr);
> - pr_info("Random MACID = %pM", priv->mac_addr);
> + pr_info("Random MACID = %pM\n", priv->mac_addr);
> }
>
> memcpy(ndev->dev_addr, priv->mac_addr, ETH_ALEN);
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Regards
Mugunthan V N
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drivers: net: cpsw: add newline after MACID log
2013-06-27 9:51 ` Mugunthan V N
@ 2013-06-29 4:39 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2013-06-29 4:39 UTC (permalink / raw)
To: mugunthanvnm; +Cc: zonque, netdev
From: Mugunthan V N <mugunthanvnm@ti.com>
Date: Thu, 27 Jun 2013 15:21:53 +0530
> On 6/27/2013 3:10 PM, Daniel Mack wrote:
>> Cosmetic patch to add a newline after logging the device's MACID.
>>
>> Signed-off-by: Daniel Mack <zonque@gmail.com>
...
> Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-29 4:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27 9:40 [PATCH] drivers: net: cpsw: add newline after MACID log Daniel Mack
2013-06-27 9:51 ` Mugunthan V N
2013-06-29 4:39 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).