Source-Changes-HG archive

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

[src/thorpej-cfargs]: src/sys/arch/arm/imx Oops. missed this in the last.



details:   https://anonhg.NetBSD.org/src/rev/53955d913143
branches:  thorpej-cfargs
changeset: 954314:53955d913143
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Apr 05 01:24:09 2021 +0000

description:
Oops. missed this in the last.

diffstat:

 sys/arch/arm/imx/imx23_apbh.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a85c2a3b11dd -r 53955d913143 sys/arch/arm/imx/imx23_apbh.c
--- a/sys/arch/arm/imx/imx23_apbh.c     Mon Apr 05 01:01:41 2021 +0000
+++ b/sys/arch/arm/imx/imx23_apbh.c     Mon Apr 05 01:24:09 2021 +0000
@@ -1,4 +1,4 @@
-/* $Id: imx23_apbh.c,v 1.1.56.6 2021/04/05 01:01:42 thorpej Exp $ */
+/* $Id: imx23_apbh.c,v 1.1.56.7 2021/04/05 01:24:09 thorpej Exp $ */
 
 /*
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -150,7 +150,7 @@
        aa->aa_size = cf->cf_loc[APBHCF_SIZE];
        aa->aa_irq = cf->cf_loc[APBHCF_IRQ];
 
-       if (config_probe(parent, cf, aux) > 0)
+       if (config_probe(parent, cf, aux))
                config_attach(parent, cf, aux, apbh_print, CFARG_EOL);
 
        return 0;



Home | Main Index | Thread Index | Old Index