* [PATCH] powerpc: Compile warning in hvcs driver
@ 2006-03-25 6:31 Anton Blanchard
0 siblings, 0 replies; only message in thread
From: Anton Blanchard @ 2006-03-25 6:31 UTC (permalink / raw)
To: linuxppc-dev; +Cc: paulus
We ended up with an unused variable after the tty updates went in. Fix it.
Signed-off-by: Anton Blanchard <anton@samba.org>
---
Index: build/drivers/char/hvcs.c
===================================================================
--- build.orig/drivers/char/hvcs.c 2006-03-25 16:26:57.000000000 +1100
+++ build/drivers/char/hvcs.c 2006-03-25 16:27:10.000000000 +1100
@@ -439,7 +439,6 @@ static int hvcs_io(struct hvcs_struct *h
char buf[HVCS_BUFF_LEN] __ALIGNED__;
unsigned long flags;
int got = 0;
- int i;
spin_lock_irqsave(&hvcsd->lock, flags);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-25 6:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-25 6:31 [PATCH] powerpc: Compile warning in hvcs driver Anton Blanchard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.