netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: davinci_emac: Remove unwanted debug/error message
@ 2014-06-03  4:16 Christian Riesch
  2014-06-03  6:14 ` David Miller
  2014-06-03 16:29 ` Sergei Shtylyov
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Riesch @ 2014-06-03  4:16 UTC (permalink / raw)
  To: netdev; +Cc: Christian Riesch

In commit cd11cf505318ff24e42f35145f9cdf8596fa1958 I accidentally
added an error message. I used it for debugging and forgot to remove
it before submitting the patch.

Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
---
 drivers/net/ethernet/ti/davinci_emac.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/ti/davinci_emac.c b/drivers/net/ethernet/ti/davinci_emac.c
index 8f0e69c..abc286d 100644
--- a/drivers/net/ethernet/ti/davinci_emac.c
+++ b/drivers/net/ethernet/ti/davinci_emac.c
@@ -1567,7 +1567,6 @@ static int emac_dev_open(struct net_device *ndev)
 	while ((res = platform_get_resource(priv->pdev, IORESOURCE_IRQ,
 					    res_num))) {
 		for (irq_num = res->start; irq_num <= res->end; irq_num++) {
-			dev_err(emac_dev, "Request IRQ %d\n", irq_num);
 			if (request_irq(irq_num, emac_irq, 0, ndev->name,
 					ndev)) {
 				dev_err(emac_dev,
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: davinci_emac: Remove unwanted debug/error message
  2014-06-03  4:16 [PATCH] net: davinci_emac: Remove unwanted debug/error message Christian Riesch
@ 2014-06-03  6:14 ` David Miller
  2014-06-03 16:29 ` Sergei Shtylyov
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2014-06-03  6:14 UTC (permalink / raw)
  To: christian.riesch; +Cc: netdev

From: Christian Riesch <christian.riesch@omicron.at>
Date: Tue,  3 Jun 2014 06:16:18 +0200

> In commit cd11cf505318ff24e42f35145f9cdf8596fa1958 I accidentally
> added an error message. I used it for debugging and forgot to remove
> it before submitting the patch.
> 
> Signed-off-by: Christian Riesch <christian.riesch@omicron.at>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: davinci_emac: Remove unwanted debug/error message
  2014-06-03  4:16 [PATCH] net: davinci_emac: Remove unwanted debug/error message Christian Riesch
  2014-06-03  6:14 ` David Miller
@ 2014-06-03 16:29 ` Sergei Shtylyov
  1 sibling, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2014-06-03 16:29 UTC (permalink / raw)
  To: Christian Riesch, netdev

Hello.

On 06/03/2014 08:16 AM, Christian Riesch wrote:

> In commit cd11cf505318ff24e42f35145f9cdf8596fa1958 I accidentally

    Please also specify that commit's summary line in parens.

> added an error message. I used it for debugging and forgot to remove
> it before submitting the patch.

> Signed-off-by: Christian Riesch <christian.riesch@omicron.at>

WBR, Sergei

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-03 16:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03  4:16 [PATCH] net: davinci_emac: Remove unwanted debug/error message Christian Riesch
2014-06-03  6:14 ` David Miller
2014-06-03 16:29 ` Sergei Shtylyov

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).