aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2005-12-07 18:11:26 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-12-07 18:11:26 +0000
commitc2cd6d3c122798c39f63e21e4dd04ee5790010b6 (patch)
tree3fe06528fa7108dbcc6424689b4edc2dbbf47e7a /drivers
parent[PATCH] V4L/DVB (3087) fix analog NTSC for pcHDTV 3000 (diff)
downloadlinux-dev-c2cd6d3c122798c39f63e21e4dd04ee5790010b6.tar.xz
linux-dev-c2cd6d3c122798c39f63e21e4dd04ee5790010b6.zip
[SERIAL] 8250_pci: Remove redundant assignment, and mark fallthrough.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/serial/8250_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c
index 8d92adfbb8bd..8adca0ce267f 100644
--- a/drivers/serial/8250_pci.c
+++ b/drivers/serial/8250_pci.c
@@ -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 */