media: atomisp:pci/runtime/queue: modify the return error value
modify the return error value is -EDOM Fixes: 2cac05dee6e30("drm/amd/powerplay: add the hw manager for vega12 (v4)") Cc: Evan Quan <evan.quan@amd.com> Signed-off-by: Xiaoliang Pang <dawning.pang@gmail.com> Reviewed-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
9ce5fe9584
commit
f7e52078ce
|
@ -44,7 +44,7 @@ int ia_css_queue_load(
|
|||
the value as zero. This causes division by 0
|
||||
exception as the size is used in a modular
|
||||
division operation. */
|
||||
return EDOM;
|
||||
return -EDOM;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue