K 10 svn:author V 3 ian K 8 svn:date V 27 2018-03-18T16:10:14.323298Z K 7 svn:log V 283 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). END