diff for duplicates of <56BDAFB3.6090807@semihalf.com> diff --git a/a/1.txt b/N1/1.txt index 0da0df9..84a5328 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -77,7 +77,7 @@ Yes, base address is helpful with multi ITS. >> } >> >> - pr_info("ITS: %s\n", node->full_name); ->> + pr_info("ITS@0x%lx\n", (long)phys_base); +>> + pr_info("ITS at 0x%lx\n", (long)phys_base); >> >> its = kzalloc(sizeof(*its), GFP_KERNEL); >> if (!its) { @@ -123,7 +123,7 @@ Yes, base address is helpful with multi ITS. >> out_unmap: >> iounmap(its_base); >> - pr_err("ITS: failed probing %s (%d)\n", node->full_name, err); ->> + pr_err("ITS@0x%lx: failed probing (%d)\n", (long)phys_base, err); +>> + pr_err("ITS at 0x%lx: failed probing (%d)\n", (long)phys_base, err); >> return err; >> } >> diff --git a/a/content_digest b/N1/content_digest index 62a1d88..efcce59 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,27 +1,10 @@ "ref\01453209083-3358-1-git-send-email-tn@semihalf.com\0" "ref\01453209083-3358-7-git-send-email-tn@semihalf.com\0" "ref\056BB1548.5050402@arm.com\0" - "From\0Tomasz Nowicki <tn@semihalf.com>\0" - "Subject\0Re: [PATCH V3 06/10] irqchip, GICv3, ITS: Refator ITS dt init code to prepare for ACPI.\0" + "From\0tn@semihalf.com (Tomasz Nowicki)\0" + "Subject\0[PATCH V3 06/10] irqchip, GICv3, ITS: Refator ITS dt init code to prepare for ACPI.\0" "Date\0Fri, 12 Feb 2016 11:10:59 +0100\0" - "To\0Marc Zyngier <marc.zyngier@arm.com>" - tglx@linutronix.de - jason@lakedaemon.net - rjw@rjwysocki.net - lorenzo.pieralisi@arm.com - robert.richter@caviumnetworks.com - shijie.huang@arm.com - guohanjun@huawei.com - " Suravee.Suthikulpanit@amd.com\0" - "Cc\0mw@semihalf.com" - graeme.gregory@linaro.org - Catalin.Marinas@arm.com - will.deacon@arm.com - linux-kernel@vger.kernel.org - linux-acpi@vger.kernel.org - hanjun.guo@linaro.org - linux-arm-kernel@lists.infradead.org - " ddaney.cavm@gmail.com\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 10.02.2016 11:47, Marc Zyngier wrote:\n" @@ -103,7 +86,7 @@ ">> \t}\n" ">>\n" ">> -\tpr_info(\"ITS: %s\\n\", node->full_name);\n" - ">> +\tpr_info(\"ITS@0x%lx\\n\", (long)phys_base);\n" + ">> +\tpr_info(\"ITS at 0x%lx\\n\", (long)phys_base);\n" ">>\n" ">> \tits = kzalloc(sizeof(*its), GFP_KERNEL);\n" ">> \tif (!its) {\n" @@ -149,7 +132,7 @@ ">> out_unmap:\n" ">> \tiounmap(its_base);\n" ">> -\tpr_err(\"ITS: failed probing %s (%d)\\n\", node->full_name, err);\n" - ">> +\tpr_err(\"ITS@0x%lx: failed probing (%d)\\n\", (long)phys_base, err);\n" + ">> +\tpr_err(\"ITS at 0x%lx: failed probing (%d)\\n\", (long)phys_base, err);\n" ">> \treturn err;\n" ">> }\n" ">>\n" @@ -175,4 +158,4 @@ "Thanks,\n" Tomasz -c9de5f345fc01364e0a1d5762a46c28aaef2fecf653232be7da4e52fcd6f0b56 +fa8bcb571a2f751509d631f4c5b77f8840aa71b92346985692d3de339a01aaa2
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.