diff options
| -rw-r--r-- | drivers/gpu/drm/drm_atomic_helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c index 67261ca03fbf..e93bb0bbdd82 100644 --- a/drivers/gpu/drm/drm_atomic_helper.c +++ b/drivers/gpu/drm/drm_atomic_helper.c | |||
| @@ -2926,6 +2926,7 @@ void drm_atomic_helper_legacy_gamma_set(struct drm_crtc *crtc, | |||
| 2926 | NULL); | 2926 | NULL); |
| 2927 | if (IS_ERR(blob)) { | 2927 | if (IS_ERR(blob)) { |
| 2928 | ret = PTR_ERR(blob); | 2928 | ret = PTR_ERR(blob); |
| 2929 | blob = NULL; | ||
| 2929 | goto fail; | 2930 | goto fail; |
| 2930 | } | 2931 | } |
| 2931 | 2932 | ||
