diff for duplicates of <4166AF3D.9080808@sgi.com> diff --git a/a/1.txt b/N1/1.txt index a891ece..c523cff 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 @@ @@ -128,7 +128,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 63fa455..b2619a8 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 15:16:13 +0000\0" + "Date\0Fri, 08 Oct 2004 10:16:13 -0500\0" "To\0Matthew Wilcox <matthew@wil.cx>" Grant Grundler <iod00d@hp.com> Luck @@ -124,7 +124,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" @@ -149,7 +149,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" @@ -237,4 +237,4 @@ "> \n" > -ddcd541408f251ab07caff50b819d75dea023ad10b0d92c26d18264eb5630559 +17bbe352a288eb63ca87b8ef58698d52aa9277148fde9350fbb396a9a2ba86fd
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.