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:
2512809
)
[PATCH] 8250_pci.c: add comment about enum sorting order
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Fri, 6 May 2005 09:19:09 +0000
(10:19 +0100)
committer
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Fri, 6 May 2005 09:19:09 +0000
(10:19 +0100)
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
drivers/serial/8250_pci.c
patch
|
blob
|
history
diff --git
a/drivers/serial/8250_pci.c
b/drivers/serial/8250_pci.c
index f8d90d0ecfeac2e1a38690cc253b988714d667ef..de54bdc5398b96b6c44b01c881c91a5a1010a296 100644
(file)
--- a/
drivers/serial/8250_pci.c
+++ b/
drivers/serial/8250_pci.c
@@
-1009,6
+1009,8
@@
get_pci_irq(struct pci_dev *dev, struct pci_board *board, int idx)
* n = number of serial ports
* baud = baud rate
*
+ * This table is sorted by (in order): baud, bt, bn, n.
+ *
* Please note: in theory if n = 1, _bt infix should make no difference.
* ie, pbn_b0_1_115200 is the same as pbn_b0_bt_1_115200
*/