Correct the comment for the last commit.

Clean up the handling of failure modes in our attach so we don't free
resources twice.  ahc_free() will do all of the work for us (as would
be required by an unload event) so we only need to handle resources that
the softc has not taken ownership of.
This commit is contained in:
Justin T. Gibbs 1999-05-17 21:56:00 +00:00
parent 40ca72018b
commit 493950f6d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47277
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: ahc_eisa.c,v 1.8 1999/05/08 21:59:17 dfr Exp $
* $Id: ahc_eisa.c,v 1.9 1999/05/17 21:51:41 gibbs Exp $
*/
#include "eisa.h"

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: ahc_eisa.c,v 1.8 1999/05/08 21:59:17 dfr Exp $
* $Id: ahc_eisa.c,v 1.9 1999/05/17 21:51:41 gibbs Exp $
*/
#include "eisa.h"