diff for duplicates of <20220130233718.21544-12-digetx@gmail.com> diff --git a/a/1.txt b/N1/1.txt index ee88035..c013bcd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,9 +30,9 @@ index fd72753e8ad5..c916bf250796 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c @@ -1243,8 +1243,7 @@ static void bootcmds(void) - } else if (cmd == 'h') { + } else if (cmd = 'h') { ppc_md.halt(); - } else if (cmd == 'p') { + } else if (cmd = 'p') { - if (pm_power_off) - pm_power_off(); + do_kernel_power_off(); diff --git a/a/content_digest b/N1/content_digest index 5ed3f96..8f57f48 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020220130233718.21544-1-digetx@gmail.com\0" "From\0Dmitry Osipenko <digetx@gmail.com>\0" "Subject\0[PATCH v6 11/21] powerpc: Use do_kernel_power_off()\0" - "Date\0Mon, 31 Jan 2022 02:37:08 +0300\0" + "Date\0Sun, 30 Jan 2022 23:37:08 +0000\0" "To\0Thierry Reding <thierry.reding@gmail.com>" Jonathan Hunter <jonathanh@nvidia.com> Russell King <linux@armlinux.org.uk> @@ -98,9 +98,9 @@ "--- a/arch/powerpc/xmon/xmon.c\n" "+++ b/arch/powerpc/xmon/xmon.c\n" "@@ -1243,8 +1243,7 @@ static void bootcmds(void)\n" - " \t} else if (cmd == 'h') {\n" + " \t} else if (cmd = 'h') {\n" " \t\tppc_md.halt();\n" - " \t} else if (cmd == 'p') {\n" + " \t} else if (cmd = 'p') {\n" "-\t\tif (pm_power_off)\n" "-\t\t\tpm_power_off();\n" "+\t\tdo_kernel_power_off();\n" @@ -110,4 +110,4 @@ "-- \n" 2.34.1 -986c44633767c50333d2add7253ce6189ae11a5e302063740fd4fe6b781efc69 +0aa1a41a88002549bba7065392c5f768918f24a816f659701702591a6cdcbbc9
diff --git a/a/1.txt b/N2/1.txt index ee88035..4ca0c35 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -41,3 +41,9 @@ index fd72753e8ad5..c916bf250796 100644 -- 2.34.1 + + +_______________________________________________ +linux-riscv mailing list +linux-riscv@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-riscv diff --git a/a/content_digest b/N2/content_digest index 5ed3f96..2cdd930 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -108,6 +108,12 @@ " }\n" " \n" "-- \n" - 2.34.1 + "2.34.1\n" + "\n" + "\n" + "_______________________________________________\n" + "linux-riscv mailing list\n" + "linux-riscv@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-riscv -986c44633767c50333d2add7253ce6189ae11a5e302063740fd4fe6b781efc69 +57de439af73f9e5624023b05e144313cf074f4c4a729064f6e32b39b7645ed7f
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.