Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/virtex evbppc: fix typo from cfargs rototill.



details:   https://anonhg.NetBSD.org/src/rev/0a2fc299c8b4
branches:  trunk
changeset: 361599:0a2fc299c8b4
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Feb 17 00:54:51 2022 +0000

description:
evbppc: fix typo from cfargs rototill.

diffstat:

 sys/arch/evbppc/virtex/design_gsrd1.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 69d1873f8498 -r 0a2fc299c8b4 sys/arch/evbppc/virtex/design_gsrd1.c
--- a/sys/arch/evbppc/virtex/design_gsrd1.c     Wed Feb 16 23:49:26 2022 +0000
+++ b/sys/arch/evbppc/virtex/design_gsrd1.c     Thu Feb 17 00:54:51 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: design_gsrd1.c,v 1.7 2021/08/07 16:18:52 thorpej Exp $ */
+/*     $NetBSD: design_gsrd1.c,v 1.8 2022/02/17 00:54:51 riastradh Exp $ */
 
 /*
  * Copyright (c) 2006 Jachym Holecek
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: design_gsrd1.c,v 1.7 2021/08/07 16:18:52 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: design_gsrd1.c,v 1.8 2022/02/17 00:54:51 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -349,7 +349,7 @@
                vaa.vaa_tx_dmac = virtex_mpmc_mapdma(g->gdv_tx_dma, &tx);
 
                config_found(self, &vaa, xcvbus_print,
-                   CFARGS(.attr = g->gdv_attr));
+                   CFARGS(.iattr = g->gdv_attr));
        }
 
        /* Setup the dispatch handler. */



Home | Main Index | Thread Index | Old Index