Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 23:03:37 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r351905 - stable/12/sys/dev/nvme
Message-ID:  <201909052303.x85N3b9n028831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Sep  5 23:03:37 2019
New Revision: 351905
URL: https://svnweb.freebsd.org/changeset/base/351905

Log:
  MFC r351376:
  
    Remove stray line that was duplicated.

Modified:
  stable/12/sys/dev/nvme/nvme.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/nvme/nvme.c
==============================================================================
--- stable/12/sys/dev/nvme/nvme.c	Thu Sep  5 23:02:08 2019	(r351904)
+++ stable/12/sys/dev/nvme/nvme.c	Thu Sep  5 23:03:37 2019	(r351905)
@@ -138,7 +138,6 @@ nvme_attach(device_t dev)
 
 	/*
 	 * Reset controller twice to ensure we do a transition from cc.en==1
-	 * Reset controller twice to ensure we do a transition from cc.en==1
 	 *  to cc.en==0.  This is because we don't really know what status
 	 *  the controller was left in when boot handed off to OS.
 	 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909052303.x85N3b9n028831>