diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-05 02:09:03 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-05 02:09:02 -0800 |
| commit | 3ef2b6c93c6306de551eb25ba76a309a8fe96246 (patch) | |
| tree | 3acf16cad86cf136891cfcd254a4ae643b162b87 /drivers/video/fbdev | |
| parent | 8b24b9db96640895ecc5683358ec9986fdbcd96d (diff) | |
| parent | 280aef72aada196863d46f723de574abf8dfc1d5 (diff) | |
Merge "msm: mdss: avoid possible infinite loop on kmalloc failure"
Diffstat (limited to 'drivers/video/fbdev')
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp_pp_cache_config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/mdss_mdp_pp_cache_config.c b/drivers/video/fbdev/msm/mdss_mdp_pp_cache_config.c index e51cf44c2de2..017a2f10dfbc 100644 --- a/drivers/video/fbdev/msm/mdss_mdp_pp_cache_config.c +++ b/drivers/video/fbdev/msm/mdss_mdp_pp_cache_config.c @@ -1394,7 +1394,6 @@ exit: ret = -EFAULT; kfree(cfg_payload); cfg_payload = NULL; - goto exit; } pp_info->igc_cfg.cfg_payload = cfg_payload; return ret; |
