diff options
| author | Sui Jingfeng <sui.jingfeng@linux.dev> | 2024-05-13 23:31:00 +0800 |
|---|---|---|
| committer | Robert Foss <rfoss@kernel.org> | 2024-05-13 18:31:01 +0200 |
| commit | 0f4bca4e1be3d1a725ac12a632950d7bb3d51e59 (patch) | |
| tree | 1dc0e95ceccf9174c61b2a1ae5118650c55fdf54 /tools/lib/python/kdoc/python_version.py | |
| parent | 482ade3ec1c5528811c878bd4329e0e1cbc6c59c (diff) | |
| download | linux-0f4bca4e1be3d1a725ac12a632950d7bb3d51e59.tar.gz linux-0f4bca4e1be3d1a725ac12a632950d7bb3d51e59.zip | |
drm/bridge: nxp-ptn3460: Remove a redundant check on existence of bridge->encoder
Because the existence of 'bridge->encoder' has already been checked before
the ptn3460_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 ptn3460_bridge_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-4-sui.jingfeng@linux.dev
Diffstat (limited to 'tools/lib/python/kdoc/python_version.py')
0 files changed, 0 insertions, 0 deletions
