mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
media: rk-isp10: fix compile warning
Change-Id: Ie4c1c04d20d53528430dbde33920bbe340e2b926 Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
This commit is contained in:
@@ -443,7 +443,7 @@ static int cifisp_dpcc_param(struct cif_isp10_isp_dev *isp_dev,
|
||||
goto end;
|
||||
}
|
||||
|
||||
method = &arg->methods[i];
|
||||
method = &arg->methods[0];
|
||||
for (i = 0; i < CIFISP_DPCC_METHODS_MAX; i++) {
|
||||
if ((method->method &
|
||||
CIFISP_DPCC_METHODS_SET_RESERVED) ||
|
||||
|
||||
Reference in New Issue
Block a user