All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Fix nfit_test compilation error
@ 2015-11-13 13:51 Dmitry Krivenok
  2015-11-13 16:41 ` Dan Williams
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Krivenok @ 2015-11-13 13:51 UTC (permalink / raw)
  To: linux-acpi, linux-nvdimm; +Cc: Bob Moore

nfit_test wasn't changed in commit ca321d1c where "ARMED" was
renamed to "NOT_ARMED". Adding one more change to fix the build.

Signed-off-by: Dmitry V. Krivenok <krivenok.dmitry@gmail.com>
---
 tools/testing/nvdimm/test/nfit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/nvdimm/test/nfit.c b/tools/testing/nvdimm/test/nfit.c
index dce346a..40ab447 100644
--- a/tools/testing/nvdimm/test/nfit.c
+++ b/tools/testing/nvdimm/test/nfit.c
@@ -1135,7 +1135,7 @@ static void nfit_test1_setup(struct nfit_test *t)
        memdev->interleave_ways = 1;
        memdev->flags = ACPI_NFIT_MEM_SAVE_FAILED | ACPI_NFIT_MEM_RESTORE_FAILED
                | ACPI_NFIT_MEM_FLUSH_FAILED | ACPI_NFIT_MEM_HEALTH_OBSERVED
-               | ACPI_NFIT_MEM_ARMED;
+               | ACPI_NFIT_MEM_NOT_ARMED;

        offset += sizeof(*memdev);
        /* dcr-descriptor0 */
-- 
1.8.5.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] Fix nfit_test compilation error
  2015-11-13 13:51 [PATCH 1/1] Fix nfit_test compilation error Dmitry Krivenok
@ 2015-11-13 16:41 ` Dan Williams
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Williams @ 2015-11-13 16:41 UTC (permalink / raw)
  To: Dmitry Krivenok; +Cc: Linux ACPI, linux-nvdimm, Bob Moore

On Fri, Nov 13, 2015 at 5:51 AM, Dmitry Krivenok
<krivenok.dmitry@gmail.com> wrote:
> nfit_test wasn't changed in commit ca321d1c where "ARMED" was
> renamed to "NOT_ARMED". Adding one more change to fix the build.
>
> Signed-off-by: Dmitry V. Krivenok <krivenok.dmitry@gmail.com>

Thanks, I have this queued up in a branch heading upstream shortly.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-13 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-13 13:51 [PATCH 1/1] Fix nfit_test compilation error Dmitry Krivenok
2015-11-13 16:41 ` Dan Williams

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.