Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/gsc Actually return any error.



details:   https://anonhg.NetBSD.org/src/rev/13d6c48f6d5f
branches:  trunk
changeset: 790675:13d6c48f6d5f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Oct 19 13:18:03 2013 +0000

description:
Actually return any error.

diffstat:

 sys/arch/hp700/gsc/harmony.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 232874a47454 -r 13d6c48f6d5f sys/arch/hp700/gsc/harmony.c
--- a/sys/arch/hp700/gsc/harmony.c      Sat Oct 19 13:16:30 2013 +0000
+++ b/sys/arch/hp700/gsc/harmony.c      Sat Oct 19 13:18:03 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: harmony.c,v 1.27 2012/02/23 21:41:23 skrll Exp $       */
+/*     $NetBSD: harmony.c,v 1.28 2013/10/19 13:18:03 skrll Exp $       */
 
 /*     $OpenBSD: harmony.c,v 1.23 2004/02/13 21:28:19 mickey Exp $     */
 
@@ -919,7 +919,7 @@
                err = 0;
                break;
        }
-       return 0;
+       return err;
 }
 
 int



Home | Main Index | Thread Index | Old Index