Colin King <[email protected]> writes: > From: Colin Ian King <[email protected]> > > There is redundant code in the clean up exit path when dpi_connector > fails to be allocated. The current code checks if connector is NULL > before destroying it, in fact, connector is NULL at this point so > the check is redundant and can be removed. The final clean up is > that we can remove the goto fail with a simple return and the unused > variable ret. > > Signed-off-by: Colin Ian King <[email protected]>
Reviewed and pulled to drm-vc4-next. Thanks!
signature.asc
Description: PGP signature

