diff for duplicates of <20100302173302.GA20936@mock.linuxdev.us.dell.com> diff --git a/a/1.txt b/N1/1.txt index 7ef62ca..db72c68 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -78,7 +78,7 @@ index 31b983d..1d10663 100644 { const u8 *d = (u8*) dm + 5; @@ -286,6 +308,7 @@ static void __init dmi_save_extended_devices(const struct dmi_header *dm) - if ((*d & 0x80) = 0) + if ((*d & 0x80) == 0) return; + dmi_save_devslot(-1, *(u16 *)(d+2), *(d+4), *(d+5), dmi_string_nosave(dm, *(d-1))); @@ -110,7 +110,7 @@ index 807224e..85d5d79 100644 + dmi = NULL; + while ((dmi = dmi_find_device(DMI_DEV_TYPE_DEVSLOT, NULL, dmi)) != NULL) { + dslot = dmi->device_data; -+ if (dslot && dslot->bus = bus && dslot->devfn = devfn) { ++ if (dslot && dslot->bus == bus && dslot->devfn == devfn) { + if (buf) + return scnprintf(buf, PAGE_SIZE, "%s\n", dmi->name); + return strlen(dmi->name); diff --git a/a/content_digest b/N1/content_digest index b145eec..cd88c4d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,8 @@ "ref\020100225204905.GC20147@mdomsch-pws380.aus.amer.dell.com\0" "ref\0EDA0A4495861324DA2618B4C45DCB3EE6122A2@blrx3m08.blr.amer.dell.com\0" "From\0Narendra K <Narendra_K@dell.com>\0" - "Subject\0Re: [PATCH] Export smbios strings associated with onboard devices\0" - "Date\0Tue, 02 Mar 2010 17:33:04 +0000\0" + "Subject\0Re: [PATCH] Export smbios strings associated with onboard devices to sysfs\0" + "Date\0Tue, 2 Mar 2010 11:33:04 -0600\0" "To\0matt_domsch@dell.com\0" "Cc\0netdev@vger.kernel.org" linux-hotplug@vger.kernel.org @@ -94,7 +94,7 @@ " {\n" " \tconst u8 *d = (u8*) dm + 5;\n" "@@ -286,6 +308,7 @@ static void __init dmi_save_extended_devices(const struct dmi_header *dm)\n" - " \tif ((*d & 0x80) = 0)\n" + " \tif ((*d & 0x80) == 0)\n" " \t\treturn;\n" " \n" "+\tdmi_save_devslot(-1, *(u16 *)(d+2), *(d+4), *(d+5), dmi_string_nosave(dm, *(d-1)));\n" @@ -126,7 +126,7 @@ "+ \tdmi = NULL;\n" "+ \twhile ((dmi = dmi_find_device(DMI_DEV_TYPE_DEVSLOT, NULL, dmi)) != NULL) {\n" "+ \t\tdslot = dmi->device_data;\n" - "+ \t\tif (dslot && dslot->bus = bus && dslot->devfn = devfn) {\n" + "+ \t\tif (dslot && dslot->bus == bus && dslot->devfn == devfn) {\n" "+\t\t\tif (buf)\n" "+ \t\t\t\treturn scnprintf(buf, PAGE_SIZE, \"%s\\n\", dmi->name);\n" "+\t\t\treturn strlen(dmi->name);\n" @@ -213,4 +213,4 @@ "With regards,\n" Narendra K -a2f97b27e90bf3b933b41b573b75c61aec33ebfd5d5780a33c53a219970bad20 +b540721f2fe3b2d9f1a6a876a8dcda12c72db4d68d845c17c794449d4e325dac
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.