diff options
Diffstat (limited to 'drivers/auth/auth_mod.c')
-rw-r--r-- | drivers/auth/auth_mod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/auth/auth_mod.c b/drivers/auth/auth_mod.c index 1aca1ccc8..01f8f2905 100644 --- a/drivers/auth/auth_mod.c +++ b/drivers/auth/auth_mod.c @@ -364,7 +364,7 @@ int auth_mod_verify_img(unsigned int img_id, /* Authenticate the image using the methods indicated in the image * descriptor. */ - if(img_desc->img_auth_methods == NULL) + if (img_desc->img_auth_methods == NULL) return 1; for (i = 0 ; i < AUTH_METHOD_NUM ; i++) { auth_method = &img_desc->img_auth_methods[i]; |