diff for duplicates of <20131210000154.GE4699@google.com> diff --git a/a/1.txt b/N1/1.txt index b955fd2..a7fcf3d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,7 +40,7 @@ Bjorn > > static bool pci_acpi_bus_match(struct device *dev) > { -> - return dev->bus == &pci_bus_type; +> - return dev->bus = &pci_bus_type; > + return dev_is_pci(dev); > } > diff --git a/a/content_digest b/N1/content_digest index 5c32aa1..a84a4d7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01386244373-35796-1-git-send-email-wangyijing@huawei.com\0" "From\0Bjorn Helgaas <bhelgaas@google.com>\0" "Subject\0Re: [PATCH 1/9] PCI: Use dev_is_pci() to check whether it is pci device\0" - "Date\0Mon, 9 Dec 2013 17:01:54 -0700\0" + "Date\0Tue, 10 Dec 2013 00:01:54 +0000\0" "To\0Yijing Wang <wangyijing@huawei.com>\0" "Cc\0linux-pci@vger.kernel.org" linux-kernel@vger.kernel.org @@ -56,7 +56,7 @@ "> \n" "> static bool pci_acpi_bus_match(struct device *dev)\n" "> {\n" - "> -\treturn dev->bus == &pci_bus_type;\n" + "> -\treturn dev->bus = &pci_bus_type;\n" "> +\treturn dev_is_pci(dev);\n" "> }\n" "> \n" @@ -70,4 +70,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -1b0091d9022f162edb0b1597ddb60b05754d5ee3bd35bae2f31f5a9cab3a92c2 +25d3e3a4caeba57ad7c2b98f4c0762f95d6fc6ed2dcacd91d2a3ab18dce0bd5b
diff --git a/a/content_digest b/N2/content_digest index 5c32aa1..32ae15c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,15 +3,15 @@ "Subject\0Re: [PATCH 1/9] PCI: Use dev_is_pci() to check whether it is pci device\0" "Date\0Mon, 9 Dec 2013 17:01:54 -0700\0" "To\0Yijing Wang <wangyijing@huawei.com>\0" - "Cc\0linux-pci@vger.kernel.org" - linux-kernel@vger.kernel.org + "Cc\0linux-ia64@vger.kernel.org" + linux-parisc@vger.kernel.org + linux-pci@vger.kernel.org Hanjun Guo <guohanjun@huawei.com> + linux-kernel@vger.kernel.org linux-alpha@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-ia64@vger.kernel.org - linux-parisc@vger.kernel.org + sparclinux@vger.kernel.org linuxppc-dev@lists.ozlabs.org - " sparclinux@vger.kernel.org\0" + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "[+cc arch lists]\n" @@ -70,4 +70,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -1b0091d9022f162edb0b1597ddb60b05754d5ee3bd35bae2f31f5a9cab3a92c2 +3767ed97b0d4f89475588915c4e4f4f2768399a8ac393291a2c56d5381d28315
diff --git a/a/1.txt b/N3/1.txt index b955fd2..a7fcf3d 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -40,7 +40,7 @@ Bjorn > > static bool pci_acpi_bus_match(struct device *dev) > { -> - return dev->bus == &pci_bus_type; +> - return dev->bus = &pci_bus_type; > + return dev_is_pci(dev); > } > diff --git a/a/content_digest b/N3/content_digest index 5c32aa1..cbc2c8b 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,17 +1,8 @@ "ref\01386244373-35796-1-git-send-email-wangyijing@huawei.com\0" "From\0Bjorn Helgaas <bhelgaas@google.com>\0" "Subject\0Re: [PATCH 1/9] PCI: Use dev_is_pci() to check whether it is pci device\0" - "Date\0Mon, 9 Dec 2013 17:01:54 -0700\0" - "To\0Yijing Wang <wangyijing@huawei.com>\0" - "Cc\0linux-pci@vger.kernel.org" - linux-kernel@vger.kernel.org - Hanjun Guo <guohanjun@huawei.com> - linux-alpha@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-ia64@vger.kernel.org - linux-parisc@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - " sparclinux@vger.kernel.org\0" + "Date\0Tue, 10 Dec 2013 00:01:54 +0000\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "[+cc arch lists]\n" @@ -56,7 +47,7 @@ "> \n" "> static bool pci_acpi_bus_match(struct device *dev)\n" "> {\n" - "> -\treturn dev->bus == &pci_bus_type;\n" + "> -\treturn dev->bus = &pci_bus_type;\n" "> +\treturn dev_is_pci(dev);\n" "> }\n" "> \n" @@ -70,4 +61,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -1b0091d9022f162edb0b1597ddb60b05754d5ee3bd35bae2f31f5a9cab3a92c2 +27d30d13394bbbf467946e757199844a15ffac2040268809890feae1825c0ef5
diff --git a/a/1.txt b/N4/1.txt index b955fd2..b51e430 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -51,5 +51,5 @@ Bjorn > > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in -> the body of a message to majordomo@vger.kernel.org +> the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N4/content_digest index 5c32aa1..33731a6 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -1,17 +1,8 @@ "ref\01386244373-35796-1-git-send-email-wangyijing@huawei.com\0" - "From\0Bjorn Helgaas <bhelgaas@google.com>\0" - "Subject\0Re: [PATCH 1/9] PCI: Use dev_is_pci() to check whether it is pci device\0" + "From\0bhelgaas@google.com (Bjorn Helgaas)\0" + "Subject\0[PATCH 1/9] PCI: Use dev_is_pci() to check whether it is pci device\0" "Date\0Mon, 9 Dec 2013 17:01:54 -0700\0" - "To\0Yijing Wang <wangyijing@huawei.com>\0" - "Cc\0linux-pci@vger.kernel.org" - linux-kernel@vger.kernel.org - Hanjun Guo <guohanjun@huawei.com> - linux-alpha@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-ia64@vger.kernel.org - linux-parisc@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - " sparclinux@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "[+cc arch lists]\n" @@ -67,7 +58,7 @@ "> \n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-pci\" in\n" - "> the body of a message to majordomo@vger.kernel.org\n" + "> the body of a message to majordomo at vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -1b0091d9022f162edb0b1597ddb60b05754d5ee3bd35bae2f31f5a9cab3a92c2 +0d18f821a31e00afeee210941e6292673c0a04cb7c503cf81a1bdb4df479859e
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.