]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.5.73-pci-semicolon.patch
- ported from linux-2.4.25-atmdd.patch
[packages/kernel.git] / linux-2.5.73-pci-semicolon.patch
CommitLineData
63de75bf 1--- linux-2.5.73/include/asm-alpha/pci.h 2003-06-22 20:32:28.000000000 +0200
2+++ linux-2.5.73.c/include/asm-alpha/pci.h 2003-06-23 23:25:55.000000000 +0200
3@@ -197,7 +197,7 @@
4 /* Bus number == domain number until we get above 256 busses */
5 static inline int pci_name_bus(char *name, struct pci_bus *bus)
6 {
7- int domain = pci_domain_nr(bus)
8+ int domain = pci_domain_nr(bus);
9 if (domain < 256) {
10 sprintf(name, "%02x", domain);
11 } else {
This page took 0.169005 seconds and 4 git commands to generate.