kernel/drivers/media/platform/rockchip/cif/cif-scale.c
.. .. @@ -364,8 +364,8 @@ 364 364 input_rect.height = RKCIF_DEFAULT_HEIGHT; 365 365 366 366 if (terminal_sensor && terminal_sensor->sd) 367 - get_input_fmt(terminal_sensor->sd,368 - &input_rect, 0, &csi_info);367 + rkcif_get_input_fmt(dev,368 + &input_rect, 0, &csi_info);369 369 370 370 switch (fsize->index) { 371 371 case SCALE_8TIMES: