Loading drivers/gpu/msm/adreno_a6xx_gmu.c +10 −10 Original line number Diff line number Diff line Loading @@ -1174,8 +1174,7 @@ static int a6xx_gmu_load_firmware(struct kgsl_device *device) int ret, offset = 0; /* GMU fw already saved and verified so do nothing new */ if (gmu->fw_image) return 0; if (!gmu->fw_image) { if (a6xx_core->gmufw_name == NULL) return -EINVAL; Loading @@ -1187,6 +1186,7 @@ static int a6xx_gmu_load_firmware(struct kgsl_device *device) a6xx_core->gmufw_name, ret); return ret; } } /* * Zero payload fw blocks contain meta data and are Loading Loading
drivers/gpu/msm/adreno_a6xx_gmu.c +10 −10 Original line number Diff line number Diff line Loading @@ -1174,8 +1174,7 @@ static int a6xx_gmu_load_firmware(struct kgsl_device *device) int ret, offset = 0; /* GMU fw already saved and verified so do nothing new */ if (gmu->fw_image) return 0; if (!gmu->fw_image) { if (a6xx_core->gmufw_name == NULL) return -EINVAL; Loading @@ -1187,6 +1186,7 @@ static int a6xx_gmu_load_firmware(struct kgsl_device *device) a6xx_core->gmufw_name, ret); return ret; } } /* * Zero payload fw blocks contain meta data and are Loading