aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/bluenrg-x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/bluenrg-x.c')
-rw-r--r--src/flash/nor/bluenrg-x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/bluenrg-x.c b/src/flash/nor/bluenrg-x.c
index f533d54..a686e83 100644
--- a/src/flash/nor/bluenrg-x.c
+++ b/src/flash/nor/bluenrg-x.c
@@ -94,7 +94,7 @@ FLASH_BANK_COMMAND_HANDLER(bluenrgx_flash_bank_command)
bluenrgx_info = calloc(1, sizeof(*bluenrgx_info));
/* Check allocation */
- if (bluenrgx_info == NULL) {
+ if (!bluenrgx_info) {
LOG_ERROR("failed to allocate bank structure");
return ERROR_FAIL;
}