Module Name:    src
Committed By:   christos
Date:           Wed Jan 22 18:20:41 UTC 2014

Modified Files:
        src/sys/arch/ews4800mips/sbd: if_iee_sbdio.c

Log Message:
fix set but unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/ews4800mips/sbd/if_iee_sbdio.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/ews4800mips/sbd/if_iee_sbdio.c
diff -u src/sys/arch/ews4800mips/sbd/if_iee_sbdio.c:1.10 src/sys/arch/ews4800mips/sbd/if_iee_sbdio.c:1.11
--- src/sys/arch/ews4800mips/sbd/if_iee_sbdio.c:1.10	Tue Dec  1 18:16:00 2009
+++ src/sys/arch/ews4800mips/sbd/if_iee_sbdio.c	Wed Jan 22 13:20:41 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_iee_sbdio.c,v 1.10 2009/12/01 23:16:00 skrll Exp $	*/
+/*	$NetBSD: if_iee_sbdio.c,v 1.11 2014/01/22 18:20:41 christos Exp $	*/
 
 /*
  * Copyright (c) 2003 Jochen Kunz.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_iee_sbdio.c,v 1.10 2009/12/01 23:16:00 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_iee_sbdio.c,v 1.11 2014/01/22 18:20:41 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -197,6 +197,7 @@ iee_sbdio_channel_attention(void *cookie
 	/* Issue a Channel Attention */
 	dummy = *sc->sc_port;
 	dummy = *sc->sc_port;
+	__USE(dummy);
 }
 
 static void

Reply via email to