linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][Trivial] Fix ftape warning
@ 2003-08-23  4:24 Chris Heath
  0 siblings, 0 replies; only message in thread
From: Chris Heath @ 2003-08-23  4:24 UTC (permalink / raw)
  To: linux-kernel

Here's a trivial patch that fixes this warning in 2.6.0-test4:

drivers/char/ftape/lowlevel/fdc-io.c: In function `ftape_interrupt':
drivers/char/ftape/lowlevel/fdc-io.c:1299: warning: unused variable `_tracing'

Chris


--- linux-2.6.0-test4/drivers/char/ftape/lowlevel/fdc-io.c	2003-07-27 16:34:58.000000000 -0400
+++ linux-2.6.0-test4-cdh1/drivers/char/ftape/lowlevel/fdc-io.c	2003-08-22 23:21:36.000000000 -0400
@@ -1305,7 +1305,7 @@
 	} else {
 		TRACE(ft_t_bug, "Unexpected ftape interrupt");
 	}
-	return IRQ_RETVAL(handled);
+	TRACE_EXIT IRQ_RETVAL(handled);
 }
 
 int fdc_grab_irq_and_dma(void)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-23  4:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-23  4:24 [PATCH][Trivial] Fix ftape warning Chris Heath

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