Fix a missing } that got dropped from the last commit.
This commit is contained in:
parent
4b00f859d0
commit
204c0bef67
@ -1559,6 +1559,7 @@ aac_init(struct aac_softc *sc)
|
||||
if (sc->flags & AAC_FLAGS_BROKEN_MEMMAP) {
|
||||
ip->HostPhysMemPages =
|
||||
(ip->HostPhysMemPages + AAC_PAGE_SIZE) / AAC_PAGE_SIZE;
|
||||
}
|
||||
ip->HostElapsedSeconds = time_second; /* reset later if invalid */
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user