msm: eva: Build EVA driver in eCRM
Enabling EVA build in CRM environment. The setup can be used to sanity check future changes. Change-Id: If18abf7212c768c07e550678109d90d0c8519478 Signed-off-by: George Shen <sqiao@codeaurora.org>
This commit is contained in:
@@ -1122,7 +1122,7 @@ static int msm_cvp_set_sysprop(struct msm_cvp_inst *inst,
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
if (props->prop_num >= MAX_KMD_PROP_NUM) {
|
||||
if (props->prop_num >= MAX_KMD_PROP_NUM_PER_PACKET) {
|
||||
dprintk(CVP_ERR, "Too many properties %d to set\n",
|
||||
props->prop_num);
|
||||
return -E2BIG;
|
||||
|
Reference in New Issue
Block a user