HomeFreeBSD

Remove a pointless KASSERT and reword a comment a bit. The KASSERT tested

Description

Remove a pointless KASSERT and reword a comment a bit. The KASSERT tested
for the same condition that the preceeding lines checked for and would have
returned EIO, so the assert could never possibly trigger (sc_sectorsize must
inherently be an integer multiple of FLASH_PAGE_SIZE).

Details

Provenance
ianAuthored on
Parents
rS331125: Fix similar typos to r331124.
Branches
Unknown
Tags
Unknown