[SERIAL] 8250_pci: Remove redundant assignment, and mark fallthrough.

Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
Dave Jones 2005-12-07 18:11:26 +00:00 committed by Russell King
parent e4f5c82a92
commit c2cd6d3c12

View File

@ -516,7 +516,7 @@ pci_timedia_setup(struct serial_private *priv, struct pciserial_board *board,
break;
case 3:
offset = board->uart_offset;
bar = 1;
/* FALLTHROUGH */
case 4: /* BAR 2 */
case 5: /* BAR 3 */
case 6: /* BAR 4 */