We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fda1736 + 29eaa1f commit 2d9904aCopy full SHA for 2d9904a
src/flash/nor/fespi.c
@@ -1179,5 +1179,6 @@ struct flash_driver fespi_flash = {
1179
.auto_probe = fespi_auto_probe,
1180
.erase_check = default_flash_blank_check,
1181
.protect_check = fespi_protect_check,
1182
- .info = get_fespi_info
+ .info = get_fespi_info,
1183
+ .free_driver_priv = default_flash_free_driver_priv
1184
};
0 commit comments