Skip to content

freedreno: remove redundant if judgments

XI HUANG requested to merge xuiagnh/drm:fix-kgsl into main

The if (bo) must be satisfied when 'goto fail' is executed, so the if (bo) in the 'fail' tag can be removed.

Signed-off-by: Xi Huang xuiagnh@gmail.com

Merge request reports