commit | 86dcf3c173e6a9542e7751fc2ab0850ad8d80943 | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Sat Aug 03 13:17:29 2019 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Aug 05 13:27:49 2019 +0200 |
tree | 7426d79356a7e6b0d897de2e952775f24fd00fe8 | |
parent | 08a93d276b5040f1f3fc522580e48acccec85ce0 [diff] |
drivers/spi_nor: fix writes across page boundaries The code failed to increment the address after completing a partial write, causing writes that cross a page boundary overwrite at a page level. Signed-off-by: Peter A. Bigot <pab@pabigot.com>