svn commit: r351905 - stable/12/sys/dev/nvme
Warner Losh
imp at FreeBSD.org
Thu Sep 5 23:03:37 UTC 2019
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.
*/
More information about the svn-src-stable
mailing list