diff for duplicates of <1114104131.2784.43.camel@eeyore> diff --git a/a/1.txt b/N1/1.txt index 4b7007d..91b7ce7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,7 +21,7 @@ Use pci_get_slot() here rather than walking bus->devices yourself. > + if ((dev->class >> 8) != PCI_CLASS_SYSTEM_PIC) > + continue; -> + if ((dev->class & 0xff) == 0x10 || (dev->class & 0xff) == 0x20) +> + if ((dev->class & 0xff) = 0x10 || (dev->class & 0xff) = 0x20) What are 0x10 and 0x20? Looks like they should be #defines in include/linux/pci_ids.h. diff --git a/a/content_digest b/N1/content_digest index 07a98a3..8a5783a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\04267AD21.7040006@jp.fujitsu.com\0" "From\0Bjorn Helgaas <bjorn.helgaas@hp.com>\0" "Subject\0Re: [ACPI] [RFC/PATCH 3/3] ACPI based I/O APIC hot-plug\0" - "Date\0Thu, 21 Apr 2005 11:22:11 -0600\0" + "Date\0Thu, 21 Apr 2005 17:22:11 +0000\0" "To\0Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>\0" "Cc\0Andrew Morton <akpm@osdl.org>" Len Brown <len.brown@intel.com> @@ -36,7 +36,7 @@ "\n" "> +\t\tif ((dev->class >> 8) != PCI_CLASS_SYSTEM_PIC)\n" "> +\t\t\tcontinue;\n" - "> +\t\tif ((dev->class & 0xff) == 0x10 || (dev->class & 0xff) == 0x20)\n" + "> +\t\tif ((dev->class & 0xff) = 0x10 || (dev->class & 0xff) = 0x20)\n" "\n" "What are 0x10 and 0x20? Looks like they should be #defines in\n" "include/linux/pci_ids.h.\n" @@ -63,4 +63,4 @@ "Nothing can modify result before this point, so it'd be clearer\n" "to just \"return -1\" here." -c59aa4e0f3c83c3d4cdac13d2192e36a4e93db2480931d8b200baaae347f58c9 +94ef80ee2653e17cfe12ff972dbb84dd4ce0106182152057ffa6db0bd899eadb
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.