* [PATCH] smc911x: remove duplicate debug printout
@ 2008-09-08 5:03 Magnus Damm
2008-09-08 7:12 ` Peter Korsgaard
2008-09-13 19:30 ` Jeff Garzik
0 siblings, 2 replies; 3+ messages in thread
From: Magnus Damm @ 2008-09-08 5:03 UTC (permalink / raw)
To: netdev; +Cc: Magnus Damm, jgarzik, akpm
From: Magnus Damm <damm@igel.co.jp>
Remove duplicated debug printout.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
---
drivers/net/smc911x.c | 2 --
1 file changed, 2 deletions(-)
--- 0001/drivers/net/smc911x.c
+++ work/drivers/net/smc911x.c 2008-08-29 11:54:00.000000000 +0900
@@ -1174,8 +1174,6 @@ static irqreturn_t smc911x_interrupt(int
spin_unlock_irqrestore(&lp->lock, flags);
- DBG(3, "%s: Interrupt done (%d loops)\n", dev->name, 8-timeout);
-
return IRQ_HANDLED;
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] smc911x: remove duplicate debug printout
2008-09-08 5:03 [PATCH] smc911x: remove duplicate debug printout Magnus Damm
@ 2008-09-08 7:12 ` Peter Korsgaard
2008-09-13 19:30 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2008-09-08 7:12 UTC (permalink / raw)
To: Magnus Damm; +Cc: netdev, jgarzik, akpm
>>>>> "Magnus" == Magnus Damm <magnus.damm@gmail.com> writes:
Magnus> From: Magnus Damm <damm@igel.co.jp>
Magnus> Remove duplicated debug printout.
Magnus> Signed-off-by: Magnus Damm <damm@igel.co.jp>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] smc911x: remove duplicate debug printout
2008-09-08 5:03 [PATCH] smc911x: remove duplicate debug printout Magnus Damm
2008-09-08 7:12 ` Peter Korsgaard
@ 2008-09-13 19:30 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2008-09-13 19:30 UTC (permalink / raw)
To: Magnus Damm; +Cc: netdev, jgarzik, akpm
Magnus Damm wrote:
> From: Magnus Damm <damm@igel.co.jp>
>
> Remove duplicated debug printout.
>
> Signed-off-by: Magnus Damm <damm@igel.co.jp>
> ---
>
> drivers/net/smc911x.c | 2 --
> 1 file changed, 2 deletions(-)
>
> --- 0001/drivers/net/smc911x.c
> +++ work/drivers/net/smc911x.c 2008-08-29 11:54:00.000000000 +0900
> @@ -1174,8 +1174,6 @@ static irqreturn_t smc911x_interrupt(int
>
> spin_unlock_irqrestore(&lp->lock, flags);
>
> - DBG(3, "%s: Interrupt done (%d loops)\n", dev->name, 8-timeout);
> -
> return IRQ_HANDLED;
applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-09-13 19:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-08 5:03 [PATCH] smc911x: remove duplicate debug printout Magnus Damm
2008-09-08 7:12 ` Peter Korsgaard
2008-09-13 19:30 ` Jeff Garzik
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).