Add an obviously missing break in a switch statement.

Adjusting brightness and contrast now works!
This commit is contained in:
peter 2005-11-10 15:53:05 +00:00
parent 8fa905e040
commit a7ccc64926

View File

@ -1,4 +1,4 @@
/* $NetBSD: j720ssp.c,v 1.26 2005/10/23 15:27:06 peter Exp $ */
/* $NetBSD: j720ssp.c,v 1.27 2005/11/10 15:53:05 peter Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: j720ssp.c,v 1.26 2005/10/23 15:27:06 peter Exp $");
__KERNEL_RCSID(0, "$NetBSD: j720ssp.c,v 1.27 2005/11/10 15:53:05 peter Exp $");
#include "apm.h"
@ -703,6 +703,7 @@ j720lcdparam(ctx, type, id, msg)
default:
return 0;
}
break;
default:
return 0;