projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4f5c82
)
[SERIAL] 8250_pci: Remove redundant assignment, and mark fallthrough.
author
Dave Jones
<davej@redhat.com>
Wed, 7 Dec 2005 18:11:26 +0000
(18:11 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 7 Dec 2005 18:11:26 +0000
(18:11 +0000)
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/serial/8250_pci.c
patch
|
blob
|
history
diff --git
a/drivers/serial/8250_pci.c
b/drivers/serial/8250_pci.c
index 8d92adfbb8bd70316253a1e444b4ad8a96497de7..8adca0ce267f66ed7f57b5e36e8365e1a165ab5e 100644
(file)
--- 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 */