Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/stand/boot PR/52680: David Binderman: Remov...



details:   https://anonhg.NetBSD.org/src/rev/524449fb68f1
branches:  trunk
changeset: 827513:524449fb68f1
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 31 14:55:45 2017 +0000

description:
PR/52680: David Binderman: Remove dedundant assignment.

diffstat:

 sys/arch/luna68k/stand/boot/sc.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 6df8c1dc1893 -r 524449fb68f1 sys/arch/luna68k/stand/boot/sc.c
--- a/sys/arch/luna68k/stand/boot/sc.c  Tue Oct 31 12:43:56 2017 +0000
+++ b/sys/arch/luna68k/stand/boot/sc.c  Tue Oct 31 14:55:45 2017 +0000
@@ -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 @@
        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;



Home | Main Index | Thread Index | Old Index