From: Eunyoung Lee Date: Wed, 7 Mar 2018 04:58:47 +0000 (+0900) Subject: [COMMON] fimc-is2: fixed pafstat compile error after LT sync. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a08b16026d4b1bc9bd25425875a9a8422d9ee7e2;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] fimc-is2: fixed pafstat compile error after LT sync. Change-Id: I792faa6332f5b1882630f6eb8758292c25cd3aa6 Signed-off-by: Eunyoung Lee --- diff --git a/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/pafstat/fimc-is-pafstat.c b/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/pafstat/fimc-is-pafstat.c index ee691e07918a..70c971bbe1ac 100644 --- a/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/pafstat/fimc-is-pafstat.c +++ b/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/pafstat/fimc-is-pafstat.c @@ -367,7 +367,7 @@ static int pafstat_s_stream(struct v4l2_subdev *subdev, int pd_mode) enable = pafstat_hw_s_sensor_mode(pafstat->regs, pd_mode); pafstat_hw_s_irq_mask(pafstat->regs, PAFSTAT_INT_MASK); - cis_data->companion_data.paf_stat_enable = enable; + cis_data->is_data.paf_stat_enable = enable; irq_state = pafstat_hw_g_irq_src(pafstat->regs); lic_mode = (pafstat->fro_cnt == 0 ? LIC_MODE_INTERLEAVING : LIC_MODE_SINGLE_BUFFER);