aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-internal.h
diff options
context:
space:
mode:
authorZeng Jingxiang <[email protected]>2022-07-27 15:31:19 +0800
committerRobert Foss <[email protected]>2022-08-08 11:22:14 +0200
commitef8886f321c5dab8124b9153d25afa2a71d05323 (patch)
tree318c2b45e3bbf4a357039616c88a2259a58117cc /lib/mpi/mpi-internal.h
parentde40c281fe0b6babf3d1a25e034525a23e125d0c (diff)
gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init()
A NULL check for bridge->encoder shows that it may be NULL, but it already been dereferenced on all paths leading to the check. 812 if (!bridge->encoder) { Dereference the pointer bridge->encoder. 810 drm_connector_attach_encoder(&lt9611->connector, bridge->encoder); Signed-off-by: Zeng Jingxiang <[email protected]> Signed-off-by: Robert Foss <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions