diff options
author | Xiaoke Wang <xkernel.wang@foxmail.com> | 2022-03-24 12:15:08 +0300 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2022-04-06 19:13:46 +0300 |
commit | f75e582b0c3ee8f0bddc2248cc8b9175f29c5937 (patch) | |
tree | a720ac69e01e0754438399b8922529fe1ec2a5d6 /drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.h | |
parent | 05241de1f69eb7f56b0a5e0bec96a7752fad1b2f (diff) | |
download | linux-f75e582b0c3ee8f0bddc2248cc8b9175f29c5937.tar.xz |
drm/msm/disp: check the return value of kzalloc()
kzalloc() is a memory allocation function which can return NULL when
some internal memory errors happen. So it is better to check it to
prevent potential wrong memory access.
Signed-off-by: Xiaoke Wang <xkernel.wang@foxmail.com>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Link: https://lore.kernel.org/r/tencent_B3E19486FF39415098B572B7397C2936C309@qq.com
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.h')
0 files changed, 0 insertions, 0 deletions