diff options
author | 2022-10-11 13:25:19 +0530 | |
---|---|---|
committer | 2022-10-14 09:33:12 -0700 | |
commit | ccc40d42bd59ac858b58322775004613f1d805af (patch) | |
tree | f8384636f2b4ac06ad1b6011c33bdc2f8786fef6 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | drm/msm/a6xx: Remove state objects from list before freeing (diff) | |
download | linux-dev-ccc40d42bd59ac858b58322775004613f1d805af.tar.xz linux-dev-ccc40d42bd59ac858b58322775004613f1d805af.zip |
drm/msm: Remove redundant check for 'submit'
Rectify the below smatch warning:
drivers/gpu/drm/msm/msm_gem_submit.c:963 msm_ioctl_gem_submit() warn:
variable dereferenced before check 'submit'
'submit' is normally error pointer or valid, so remove its NULL
initializer as it's confusing and also remove a redundant check for it's
value.
Signed-off-by: Aashish Sharma <shraash@google.com>
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Patchwork: https://patchwork.freedesktop.org/patch/506653/
Link: https://lore.kernel.org/r/20221011075519.3111928-1-shraash@google.com
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions