Revert my bogus attempt to silence coverity on r340045, it created

more bad side effects than good.

PR:		233038
Submitted by:	We Maag <jwmaag@gmail.com>
This commit is contained in:
Marcelo Araujo 2018-11-07 04:20:29 +00:00
parent 6a0fd1a51b
commit 2c386b11f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340210

View File

@ -319,7 +319,6 @@ pci_fbuf_parse_opts(struct pci_fbuf_softc *sc, char *opts)
}
done:
free(uopts);
return (ret);
}