Skip to content

Commit

Permalink
fixup! media: apple: isp: Minor changes to cam flow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcan committed Nov 19, 2023
1 parent b1b1b2b commit 8007d79
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions drivers/media/platform/apple/isp/isp-cam.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,18 +404,6 @@ static int isp_ch_configure_capture(struct apple_isp *isp, u32 ch)
if (err)
return err;

err = isp_cmd_apple_ch_temporal_filter_start(isp, ch, isp->temporal_filter);
if (err)
return err;

err = isp_cmd_apple_ch_motion_history_start(isp, ch);
if (err)
return err;

err = isp_cmd_apple_ch_temporal_filter_enable(isp, ch);
if (err)
return err;

err = isp_cmd_apple_ch_ae_fd_scene_metering_config_set(isp, ch);
if (err)
return err;
Expand Down Expand Up @@ -444,7 +432,7 @@ static int isp_ch_configure_capture(struct apple_isp *isp, u32 ch)
if (err)
return err;

err = isp_cmd_apple_ch_temporal_filter_start(isp, ch, isp->hw->temporal_filter);
err = isp_cmd_apple_ch_temporal_filter_start(isp, ch, isp->temporal_filter);
if (err)
return err;

Expand Down

0 comments on commit 8007d79

Please sign in to comment.