commit | d9e4512d865675cd7fed2204d3d6ff98e55c522c | [log] [tgz] |
---|---|---|
author | Ryan C Johnson <ryan.johnson@flex.com> | Tue Apr 16 11:09:00 2019 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu May 30 08:36:14 2019 -0400 |
tree | 58f99a908fa9c11d5ad7270b40442eaf7657dbdb | |
parent | 8ae17cb2069712a5fd5950c4c0ddcf5acbe4a505 [diff] |
drivers: flash: w25q: erase operations must be erase-size aligned - Erase operations must be aligned to the erase-size. - Don't need to perform an alignment check on a full erase. The offset is not used in this case. - Don't need to perform alignment check on a sector sized erase, as this alignment is checked on entrance to the function. - Removed some whitespace. Signed-off-by: Ryan C Johnson <ryan.johnson@flex.com>