diff for duplicates of <416716B6.6010204@sgi.com> diff --git a/a/1.txt b/N1/1.txt index 5fa2651..1f51a0d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -103,7 +103,7 @@ initialized? */ - bus = pci_scan_bus(busnum, &sn_pci_root_ops, controller); + bus = pci_scan_bus(busnum, &pci_root_ops, controller); - if (bus = NULL) { + if (bus == NULL) { return; /* error, or bus already scanned */ } @@ -379,7 +356,7 @@ @@ -126,7 +126,7 @@ diff -Nru a/include/asm-ia64/pci.h b/include/asm-ia64/pci.h + static inline int pci_name_bus(char *name, struct pci_bus *bus) { - if (pci_domain_nr(bus) = 0) { + if (pci_domain_nr(bus) == 0) { Basically, we add an extern for pci_root_ops in asm-ia64/pci.h and diff --git a/a/content_digest b/N1/content_digest index 2fe35a9..a5f52b6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -7,7 +7,7 @@ "ref\041645BDE.E9732310@sgi.com\0" "From\0Colin Ngam <cngam@sgi.com>\0" "Subject\0Re: [PATCH] 2.6 SGI Altix I/O code reorganization\0" - "Date\0Fri, 08 Oct 2004 22:37:42 +0000\0" + "Date\0Fri, 08 Oct 2004 17:37:42 -0500\0" "To\0Matthew Wilcox <matthew@wil.cx>" Grant Grundler <iod00d@hp.com> Luck @@ -123,7 +123,7 @@ "\n" "- bus = pci_scan_bus(busnum, &sn_pci_root_ops, controller);\n" "+ bus = pci_scan_bus(busnum, &pci_root_ops, controller);\n" - " if (bus = NULL) {\n" + " if (bus == NULL) {\n" " return; /* error, or bus already scanned */\n" " }\n" "@@ -379,7 +356,7 @@\n" @@ -146,7 +146,7 @@ "+\n" "static inline int pci_name_bus(char *name, struct pci_bus *bus)\n" "{\n" - " if (pci_domain_nr(bus) = 0) {\n" + " if (pci_domain_nr(bus) == 0) {\n" "\n" "\n" "Basically, we add an extern for pci_root_ops in asm-ia64/pci.h and \n" @@ -234,4 +234,4 @@ "> \n" > -50344eb7ffacb91f52cb0df7afa2f2428858011f1829ac1d50babdf3aee9533d +1f77266e66a5822fd6de7c08a334d31de42b0b6e4b35f29100f182f1e24b78c0
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.