summaryrefslogtreecommitdiffstats
path: root/tools/lib/python
diff options
context:
space:
mode:
authorSui Jingfeng <sui.jingfeng@linux.dev>2024-05-13 23:30:59 +0800
committerRobert Foss <rfoss@kernel.org>2024-05-13 18:31:00 +0200
commit482ade3ec1c5528811c878bd4329e0e1cbc6c59c (patch)
tree3876b82ad3e24a2059cb12b1146fb511b584267a /tools/lib/python
parentf0a83a2cf9eb99be74b81ff655b01b5a9710525d (diff)
downloadlinux-482ade3ec1c5528811c878bd4329e0e1cbc6c59c.tar.gz
linux-482ade3ec1c5528811c878bd4329e0e1cbc6c59c.zip
drm/bridge: tfp410: Remove a redundant check on existence of bridge->encoder
Because the existence of bridge->encoder has already been checked before the simple_bridge_attach() function get called, And drm_bridge_attach() will quit with a negative error code returned if it fails for some reasons. Hence, it is guaranteed that the .encoder member of the drm_bridge instance is not NULL when the tfp410_attach() function get called. Remove the redundant checking codes "if (!bridge->encoder) { ... }". Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev> Signed-off-by: Robert Foss <rfoss@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240513153109.46786-3-sui.jingfeng@linux.dev
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions