From: Anton Blanchard <anton@samba•org>
To: linuxppc-dev@ozlabs•org
Cc: paulus@samba•org
Subject: [PATCH] powerpc: Compile warning in hvcs driver
Date: Sat, 25 Mar 2006 17:31:30 +1100 [thread overview]
Message-ID: <20060325063130.GV30422@krispykreme> (raw)
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);
reply other threads:[~2006-03-25 6:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060325063130.GV30422@krispykreme \
--to=anton@samba$(echo .)org \
--cc=linuxppc-dev@ozlabs$(echo .)org \
--cc=paulus@samba$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox