mirror of https://gitee.com/openkylin/linux.git
[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;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
offset = board->uart_offset;
|
offset = board->uart_offset;
|
||||||
bar = 1;
|
/* FALLTHROUGH */
|
||||||
case 4: /* BAR 2 */
|
case 4: /* BAR 2 */
|
||||||
case 5: /* BAR 3 */
|
case 5: /* BAR 3 */
|
||||||
case 6: /* BAR 4 */
|
case 6: /* BAR 4 */
|
||||||
|
|
Loading…
Reference in New Issue