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

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.