Attention is currently required from: Angel Pons, Nikolai Artemiev.
1 comment:
Commit Message:
Previously the count was reset after calling chip->unlock(), causing the
restore handler that is registered by spi_disable_blockprotect_generic()
to be lost.
The following maybe a little more clear:
```
Previously `flash->chip_restore_fn_count` was uninitialised before calling `chip->unlock()` and subsequently reset after the dispatch by initialising it. This caused the restore handler that is registered within `spi_disable_blockprotect_generic()` to be lost.
```
To view, visit change 63881. To unsubscribe, or for help writing mail filters, visit settings.