Commit c2cd6d3c authored by Dave Jones's avatar Dave Jones Committed by Russell King

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

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent e4f5c82a
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment