diff options
| -rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c b/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c index d02e183717dc..5c14d6ac855d 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c | |||
| @@ -801,6 +801,7 @@ acr_r352_load(struct nvkm_acr *_acr, struct nvkm_falcon *falcon, | |||
| 801 | bl = acr->hsbl_unload_blob; | 801 | bl = acr->hsbl_unload_blob; |
| 802 | } else { | 802 | } else { |
| 803 | nvkm_error(_acr->subdev, "invalid secure boot blob!\n"); | 803 | nvkm_error(_acr->subdev, "invalid secure boot blob!\n"); |
| 804 | kfree(bl_desc); | ||
| 804 | return -EINVAL; | 805 | return -EINVAL; |
| 805 | } | 806 | } |
| 806 | 807 | ||
