Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/omap Fix compile... is this right?



details:   https://anonhg.NetBSD.org/src/rev/f6b42d55daf2
branches:  trunk
changeset: 822107:f6b42d55daf2
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Mar 01 16:27:25 2017 +0000

description:
Fix compile... is this right?

diffstat:

 sys/arch/arm/omap/tifb.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6ba47e07f0c3 -r f6b42d55daf2 sys/arch/arm/omap/tifb.c
--- a/sys/arch/arm/omap/tifb.c  Wed Mar 01 13:05:11 2017 +0000
+++ b/sys/arch/arm/omap/tifb.c  Wed Mar 01 16:27:25 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tifb.c,v 1.6 2016/10/18 14:14:51 kiyohara Exp $        */
+/*     $NetBSD: tifb.c,v 1.7 2017/03/01 16:27:25 skrll Exp $   */
 
 /*
  * Copyright (c) 2010 Michael Lorenz
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tifb.c,v 1.6 2016/10/18 14:14:51 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tifb.c,v 1.7 2017/03/01 16:27:25 skrll Exp $");
 
 #include "opt_omap.h"
 
@@ -803,6 +803,7 @@
        case WSDISPLAYIO_SCURSOR:
 //             cursor = data;
 //             return omapfb_do_cursor(sc, cursor);
+               break;
        }
        return EPASSTHROUGH;
 }



Home | Main Index | Thread Index | Old Index