Commit b8c7b976a570aede21327e7d64781801e1641606

Authored by Anton Blanchard
Committed by Paul Mackerras
1 parent c258dd40ab

[PATCH] powerpc: Compile warning in hvcs driver

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -439,7 +439,6 @@
439 439 char buf[HVCS_BUFF_LEN] __ALIGNED__;
440 440 unsigned long flags;
441 441 int got = 0;
442   - int i;
443 442  
444 443 spin_lock_irqsave(&hvcsd->lock, flags);
445 444