Revert "drm/msm/adreno: Fix error return if missing firmware-name"

This reverts commit 114e57cc55.
This commit is contained in:
Ksawlii 2024-11-24 00:23:35 +01:00
parent baed530a0b
commit 37e508a03b

View file

@ -93,7 +93,7 @@ static int zap_shader_load_mdt(struct msm_gpu *gpu, const char *fwname,
* was a bad idea, and is only provided for backwards
* compatibility for older targets.
*/
return -ENOENT;
return -ENODEV;
}
if (IS_ERR(fw)) {