Skip to content

Commit

Permalink
[PATCH] powerpc: Compile warning in hvcs driver
Browse files Browse the repository at this point in the history
We ended up with an unused variable after the tty updates went in. Fix it.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Anton Blanchard authored and Paul Mackerras committed Mar 27, 2006
1 parent c258dd4 commit b8c7b97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/hvcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ static int hvcs_io(struct hvcs_struct *hvcsd)
char buf[HVCS_BUFF_LEN] __ALIGNED__;
unsigned long flags;
int got = 0;
int i;

spin_lock_irqsave(&hvcsd->lock, flags);

Expand Down

0 comments on commit b8c7b97

Please sign in to comment.