Revert "drm/msm/adreno: Fix error return if missing firmware-name"
This reverts commit 114e57cc55
.
This commit is contained in:
parent
baed530a0b
commit
37e508a03b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* was a bad idea, and is only provided for backwards
|
||||||
* compatibility for older targets.
|
* compatibility for older targets.
|
||||||
*/
|
*/
|
||||||
return -ENOENT;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IS_ERR(fw)) {
|
if (IS_ERR(fw)) {
|
||||||
|
|
Loading…
Reference in a new issue