1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Correct typo.

This commit is contained in:
Yoshihiro Takahashi 2004-07-17 10:05:56 +00:00
parent 55d553460e
commit 5ceae6b826
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132285

View File

@ -547,7 +547,7 @@ fdc_release_resources(struct fdc_data *fdc)
fdc->res_drq);
bus_release_resource(dev, SYS_RES_DRQ, fdc->rid_drq,
fdc->res_drq);
fdc->res_ioport = NULL;
fdc->res_drq = NULL;
}
}