… > Replace the NULL check after devm_drm_dev_alloc() with IS_ERR() May extra error messages be omitted for selected allocation failures?
> and add > a missing IS_ERR() check after devm_gpiod_get_optional(). On error, > return the error code from the probe function to ensure proper failure > handling rather than proceeding with invalid pointers. * Were any source code analysis tools involved here? * Did anything hinder to add any tags (like “Fixes” and “Cc”) accordingly? Regards, Markus
