Remove some bogus comments and printfs. Also, we can't
authorimp <imp@FreeBSD.org>
Thu, 21 Jul 2016 03:11:37 +0000 (03:11 +0000)
committerimp <imp@FreeBSD.org>
Thu, 21 Jul 2016 03:11:37 +0000 (03:11 +0000)
commitf98c4aa3245ead9d12bf0959c8f333cb9aa997da
tree2eba3f60572d54c6cadd7b3d391a41f1b671540a
parent42f47f8c0b6939fcb7b9f58e346f84a67ff7a9fc
Remove some bogus comments and printfs. Also, we can't
cam_periph_releaes_locked() at the end of nvme_probe_start because we
hit an assertion which may be bogus. Instead, leak a periph until we
sort it out. Since these devices don't arrive and depart often, so
this is the lessor of two evils.

MFC after: 1 week
sys/cam/nvme/nvme_xpt.c