Module Name:    src
Committed By:   maxv
Date:           Sun Jun 25 12:15:04 UTC 2017

Modified Files:
        src/sys/arch/bebox/stand/boot: siop.c

Log Message:
uninitialized var, found by Mootja; don't know which value to put, so add
a big XXX


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/bebox/stand/boot/siop.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/bebox/stand/boot/siop.c
diff -u src/sys/arch/bebox/stand/boot/siop.c:1.5 src/sys/arch/bebox/stand/boot/siop.c:1.6
--- src/sys/arch/bebox/stand/boot/siop.c:1.5	Fri Dec 12 15:57:30 2014
+++ src/sys/arch/bebox/stand/boot/siop.c	Sun Jun 25 12:15:04 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: siop.c,v 1.5 2014/12/12 15:57:30 phx Exp $	*/
+/*	$NetBSD: siop.c,v 1.6 2017/06/25 12:15:04 maxv Exp $	*/
 /*
  * Copyright (c) 2010 KIYOHARA Takashi
  * All rights reserved.
@@ -993,6 +993,7 @@ scsi_interpret_sense(struct siop_adapter
 			error = 0;
 			break;
 		case SKEY_ABORTED_COMMAND:
+			/* XXX XXX initialize 'error' */
 			break;
 		case SKEY_VOLUME_OVERFLOW:
 			error = ENOSPC;

Reply via email to