Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 078e09d7 authored by Shubhraprakash Das's avatar Shubhraprakash Das
Browse files

msm: camera: ispif: Do not reset ispif



When ispif device is closed there is no need to reset the
hardware because on open the h/w will be reset.

CRs-Fixed: 1070583
Change-Id: If0e92e26c7a44c614536ba0178dc9f70a4260fd5
Signed-off-by: default avatarShubhraprakash Das <sadas@codeaurora.org>
parent 015c20d6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1535,9 +1535,6 @@ static void msm_ispif_release(struct ispif_device *ispif)
{
	BUG_ON(!ispif);

	msm_ispif_reset(ispif);
	msm_ispif_reset_hw(ispif);

	msm_camera_enable_irq(ispif->irq, 0);

	ispif->ispif_state = ISPIF_POWER_DOWN;