mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
[SERIAL] 8250_pci: Remove redundant assignment, and mark fallthrough.
Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
e4f5c82a92
commit
c2cd6d3c12
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user