diff for duplicates of <1088534843.14565.16.camel@bluerat> diff --git a/a/1.txt b/N1/1.txt index 688dfcd..3e8ec5c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -156,7 +156,7 @@ diff -X ignore_files -Nur linux-2.6.7.orig/drivers/pci/hotplug/acpiphp_core.c li +{ + int retval = -1; + -+ if (info && attention_info = info) { ++ if (info && attention_info == info) { + attention_info = NULL; + retval = 0; + } @@ -474,7 +474,7 @@ diff -X ignore_files -Nur linux-2.6.7.orig/drivers/pci/hotplug/acpiphp_ibm.c lin + while (ind < size && (des->generic.type != 0x82 || + des->slot.slot_id != acpi_slot->sun)) + des = (union apci_descriptor *)&table[ind += des->generic.len]; -+ if (ind < size && des->slot.slot_id = acpi_slot->sun) { ++ if (ind < size && des->slot.slot_id == acpi_slot->sun) { + retval = 0; + if (des->slot.attn & 0xa0 || des->slot.status[1] & 0x08) + *status = 1; @@ -513,7 +513,7 @@ diff -X ignore_files -Nur linux-2.6.7.orig/drivers/pci/hotplug/acpiphp_ibm.c lin + + dbg("%s: Received notification %02x\n", __FUNCTION__, event); + -+ if (subevent = 0x80) { ++ if (subevent == 0x80) { + dbg("%s: generationg bus event\n", __FUNCTION__); + acpi_bus_generate_event(note->device, note->event, detail); + } else @@ -563,7 +563,7 @@ diff -X ignore_files -Nur linux-2.6.7.orig/drivers/pci/hotplug/acpiphp_ibm.c lin + size += package->package.elements[i].buffer.length; + } + -+ if (bufp = NULL) ++ if (bufp == NULL) + goto read_table_done; + + lbuf = kmalloc(size, GFP_KERNEL); @@ -701,16 +701,3 @@ diff -X ignore_files -Nur linux-2.6.7.orig/drivers/pci/hotplug/acpiphp_ibm.c lin +module_exit(ibm_acpiphp_exit); + + - - - - -------------------------------------------------------- -This SF.Net email sponsored by Black Hat Briefings & Training. -Attend Black Hat Briefings & Training, Las Vegas July 24-29 - -digital self defense, top technical experts, no vendor pitches, -unmatched networking opportunities. Visit www.blackhat.com -_______________________________________________ -Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net -Linux-hotplug-devel@lists.sourceforge.net -https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel diff --git a/a/content_digest b/N1/content_digest index 07a80b4..a08cc10 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020040624214555.GA1800@us.ibm.com\0" "From\0Vernon Mauery <vernux@us.ibm.com>\0" "Subject\0Re: [PATCH] acpiphp extension for 2.6.7\0" - "Date\0Tue, 29 Jun 2004 18:47:23 +0000\0" + "Date\0Tue, 29 Jun 2004 11:47:23 -0700\0" "To\0Greg KH <gregkh@us.ibm.com>\0" "Cc\0lkml <linux-kernel@vger.kernel.org>" Pat Gaughen <gone@us.ibm.com> @@ -169,7 +169,7 @@ "+{\n" "+\tint retval = -1;\n" "+\n" - "+\tif (info && attention_info = info) {\n" + "+\tif (info && attention_info == info) {\n" "+\t\tattention_info = NULL;\n" "+\t\tretval = 0;\n" "+\t}\n" @@ -487,7 +487,7 @@ "+\twhile (ind < size && (des->generic.type != 0x82 ||\n" "+\t\t\tdes->slot.slot_id != acpi_slot->sun))\n" "+\t\tdes = (union apci_descriptor *)&table[ind += des->generic.len];\n" - "+\tif (ind < size && des->slot.slot_id = acpi_slot->sun) {\n" + "+\tif (ind < size && des->slot.slot_id == acpi_slot->sun) {\n" "+\t\tretval = 0;\n" "+\t\tif (des->slot.attn & 0xa0 || des->slot.status[1] & 0x08)\n" "+\t\t\t*status = 1;\n" @@ -526,7 +526,7 @@ "+\n" "+\tdbg(\"%s: Received notification %02x\\n\", __FUNCTION__, event);\n" "+\n" - "+\tif (subevent = 0x80) {\n" + "+\tif (subevent == 0x80) {\n" "+\t\tdbg(\"%s: generationg bus event\\n\", __FUNCTION__);\n" "+\t\tacpi_bus_generate_event(note->device, note->event, detail);\n" "+\t} else\n" @@ -576,7 +576,7 @@ "+\t\tsize += package->package.elements[i].buffer.length;\n" "+\t}\n" "+\n" - "+\tif (bufp = NULL)\n" + "+\tif (bufp == NULL)\n" "+\t\tgoto read_table_done;\n" "+\n" "+\tlbuf = kmalloc(size, GFP_KERNEL);\n" @@ -713,19 +713,6 @@ "+module_init(ibm_acpiphp_init);\n" "+module_exit(ibm_acpiphp_exit);\n" "+\n" - "+\n" - "\n" - "\n" - "\n" - "\n" - "-------------------------------------------------------\n" - "This SF.Net email sponsored by Black Hat Briefings & Training.\n" - "Attend Black Hat Briefings & Training, Las Vegas July 24-29 - \n" - "digital self defense, top technical experts, no vendor pitches, \n" - "unmatched networking opportunities. Visit www.blackhat.com\n" - "_______________________________________________\n" - "Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net\n" - "Linux-hotplug-devel@lists.sourceforge.net\n" - https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel + + -9bce36e1d622b69ba2eee37ecafcb2321388e25b609721f8a28a5417db0ce714 +9220cb320615265148f047658cdc94ff05505a1baff3c76a98b470fea01415d9
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.