diff for duplicates of <20160604130715.2297c87d@arm.com> diff --git a/a/1.txt b/N1/1.txt index 0a50c96..382b6ee 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,13 +40,13 @@ Tomasz Nowicki <tn@semihalf.com> wrote: > + struct fwnode_handle *dom_handle; > + char node_name[6 + 16 + 1]; // ITS identification name -Jeezus... Where is that coming from? Is that the size of "ITS@0x"+16 +Jeezus... Where is that coming from? Is that the size of "ITS at 0x"+16 hex digits and a final NUL? For the sake of keeping things maintainable/readable, please use kasprintf/kfree. > + > + its_entry = (struct acpi_madt_generic_translator *)header; -> + snprintf(node_name, 23, "ITS@0x%lx", (long)its_entry->base_address); +> + snprintf(node_name, 23, "ITS at 0x%lx", (long)its_entry->base_address); > + dom_handle = iort_its_find_domain_token(its_entry->translation_id); > + if (!dom_handle) { > + pr_err("%s: Unable to locate ITS domain handle\n", node_name); diff --git a/a/content_digest b/N1/content_digest index a6b5319..224c1e0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,28 +1,9 @@ "ref\01464693584-22343-1-git-send-email-tn@semihalf.com\0" "ref\01464693584-22343-8-git-send-email-tn@semihalf.com\0" - "From\0Marc Zyngier <marc.zyngier@arm.com>\0" - "Subject\0Re: [PATCH V5 7/7] acpi, gicv3, its: Use MADT ITS subtable to do PCI/MSI domain initialization.\0" + "From\0marc.zyngier@arm.com (Marc Zyngier)\0" + "Subject\0[PATCH V5 7/7] acpi, gicv3, its: Use MADT ITS subtable to do PCI/MSI domain initialization.\0" "Date\0Sat, 4 Jun 2016 13:07:15 +0100\0" - "To\0Tomasz Nowicki <tn@semihalf.com>\0" - "Cc\0tglx@linutronix.de" - jason@lakedaemon.net - rjw@rjwysocki.net - lorenzo.pieralisi@arm.com - robert.richter@caviumnetworks.com - shijie.huang@arm.com - Suravee.Suthikulpanit@amd.com - hanjun.guo@linaro.org - al.stone@linaro.org - mw@semihalf.com - graeme.gregory@linaro.org - Catalin.Marinas@arm.com - will.deacon@arm.com - linux-kernel@vger.kernel.org - linux-acpi@vger.kernel.org - linux-arm-kernel@lists.infradead.org - ddaney.cavm@gmail.com - okaya@codeaurora.org - " andrea.gallo@linaro.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Tue, 31 May 2016 13:19:44 +0200\n" @@ -67,13 +48,13 @@ "> +\tstruct fwnode_handle *dom_handle;\n" "> +\tchar node_name[6 + 16 + 1]; // ITS identification name\n" "\n" - "Jeezus... Where is that coming from? Is that the size of \"ITS@0x\"+16\n" + "Jeezus... Where is that coming from? Is that the size of \"ITS at 0x\"+16\n" "hex digits and a final NUL? For the sake of keeping things\n" "maintainable/readable, please use kasprintf/kfree.\n" "\n" "> +\n" "> +\tits_entry = (struct acpi_madt_generic_translator *)header;\n" - "> +\tsnprintf(node_name, 23, \"ITS@0x%lx\", (long)its_entry->base_address);\n" + "> +\tsnprintf(node_name, 23, \"ITS at 0x%lx\", (long)its_entry->base_address);\n" "> +\tdom_handle = iort_its_find_domain_token(its_entry->translation_id);\n" "> +\tif (!dom_handle) {\n" "> +\t\tpr_err(\"%s: Unable to locate ITS domain handle\\n\", node_name);\n" @@ -139,4 +120,4 @@ "-- \n" Jazz is not dead. It just smells funny. -fd44fbdf02cf4909fe6a2248a34b999de5182df39050011555a9e02c75e5d262 +fc7f4431cc4451f61a149f94f8b28566eed0a969f0b38d65b35b77066da631a3
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.