Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/common/linux Fix copypasta in error branch.



details:   https://anonhg.NetBSD.org/src/rev/5cbda06da6fb
branches:  trunk
changeset: 1027816:5cbda06da6fb
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 00:48:53 2021 +0000

description:
Fix copypasta in error branch.

XXX pullup to HEAD

diffstat:

 sys/external/bsd/common/linux/linux_work.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 10ef3289ac99 -r 5cbda06da6fb sys/external/bsd/common/linux/linux_work.c
--- a/sys/external/bsd/common/linux/linux_work.c        Sun Dec 19 00:48:45 2021 +0000
+++ b/sys/external/bsd/common/linux/linux_work.c        Sun Dec 19 00:48:53 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_work.c,v 1.45 2020/02/01 22:38:05 riastradh Exp $        */
+/*     $NetBSD: linux_work.c,v 1.46 2021/12/19 00:48:53 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_work.c,v 1.45 2020/02/01 22:38:05 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_work.c,v 1.46 2021/12/19 00:48:53 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/atomic.h>
@@ -155,7 +155,7 @@
        }
 
        system_power_efficient_wq = alloc_ordered_workqueue("lnxpwrwq", 0);
-       if (system_long_wq == NULL) {
+       if (system_power_efficient_wq == NULL) {
                error = ENOMEM;
                goto fail3;
        }



Home | Main Index | Thread Index | Old Index