Module Name:    src
Committed By:   christos
Date:           Tue Oct 31 14:55:45 UTC 2017

Modified Files:
        src/sys/arch/luna68k/stand/boot: sc.c

Log Message:
PR/52680: David Binderman: Remove dedundant assignment.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/luna68k/stand/boot/sc.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/luna68k/stand/boot/sc.c
diff -u src/sys/arch/luna68k/stand/boot/sc.c:1.14 src/sys/arch/luna68k/stand/boot/sc.c:1.15
--- src/sys/arch/luna68k/stand/boot/sc.c:1.14	Sat Feb 14 08:07:39 2015
+++ src/sys/arch/luna68k/stand/boot/sc.c	Tue Oct 31 10:55:45 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: sc.c,v 1.14 2015/02/14 13:07:39 tsutsui Exp $	*/
+/*	$NetBSD: sc.c,v 1.15 2017/10/31 14:55:45 christos Exp $	*/
 
 /*
  * Copyright (c) 1992 OMRON Corporation.
@@ -407,9 +407,6 @@ scabort(struct scsi_softc *hs)
 	printf("sc%d: abort  phase=0x%x, ssts=0x%x, ints=0x%x\n",
 	    hs->sc_ctlr, hd->scsi_psns, hd->scsi_ssts, hd->scsi_ints);
 
-	if (hd->scsi_ints != 0)
-		hd->scsi_ints = hd->scsi_ints;
-
 	if (hd->scsi_psns == 0 || (hd->scsi_ssts & SSTS_INITIATOR) == 0)
 		/* no longer connected to scsi target */
 		return;

Reply via email to