Przeglądaj źródła

Merge "video: driver: ignore set control for DRV_VERSION"

qctecmdr 2 lat temu
rodzic
commit
c8af6eb798
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      driver/vidc/src/msm_vidc_control.c

+ 2 - 2
driver/vidc/src/msm_vidc_control.c

@@ -766,9 +766,9 @@ static int msm_vidc_update_static_property(struct msm_vidc_inst *inst,
 	}
 
 	if (cap_id == DRV_VERSION) {
-		i_vpr_e(inst, "%s: driver version update not allowed\n",
+		i_vpr_h(inst, "%s: driver version update not allowed\n",
 			__func__);
-		return -EINVAL;
+		return 0;
 	}
 
 	/* update value to db */