diff options
| author | thorpej <thorpej@NetBSD.org> | 2021-08-07 16:18:40 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2021-08-07 16:18:40 +0000 |
| commit | beecddb649a2e3a370868f6fe61348b9c18bce22 (patch) | |
| tree | a06dcd6c97457e2758aab0e0483fa0b729ff1b86 /sys/dev/std | |
| parent | f521c7d9202d2061b5d1f2d0206b1b8335f9dcc2 (diff) | |
Merge thorpej-cfargs2.
Diffstat (limited to 'sys/dev/std')
| -rw-r--r-- | sys/dev/std/ieee1212.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/std/ieee1212.c b/sys/dev/std/ieee1212.c index 39b2987f644..972b9483f8b 100644 --- a/sys/dev/std/ieee1212.c +++ b/sys/dev/std/ieee1212.c @@ -1,4 +1,4 @@ -/* $NetBSD: ieee1212.c,v 1.14 2021/04/24 23:36:59 thorpej Exp $ */ +/* $NetBSD: ieee1212.c,v 1.15 2021/08/07 16:19:16 thorpej Exp $ */ /* * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ieee1212.c,v 1.14 2021/04/24 23:36:59 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ieee1212.c,v 1.15 2021/08/07 16:19:16 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -1231,8 +1231,7 @@ p1212_match_units(device_t sc, struct p1212_dir *dir, if (udirs) { do { dev = config_found(sc, udirs, print, - CFARG_IATTR, "fwnode", - CFARG_EOL); + CFARGS(.iattr = "fwnode")); if (dev && numdev) { devret = realloc(devret, sizeof(device_t) * |
