loader: initialize dv_cleanup in md.c to eliminate clang warning

Submitted by:	Zakary Nafziger <worldofzak@gmail.com>
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2017-10-17 18:00:01 +00:00
parent a2063804a2
commit 3a4661b9b4

View File

@ -73,7 +73,8 @@ struct devsw md_dev = {
md_open,
md_close,
noioctl,
md_print
md_print,
NULL
};
static int