Remove stray line that was duplicated.

Noticed by: rpokala@
This commit is contained in:
Warner Losh 2019-08-22 02:53:51 +00:00
parent b2f7d03be1
commit acc48026b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351376

View file

@ -137,7 +137,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.