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

Commit 342ddff7 authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

msm: pp2s: Remove unnecessary call to enable_irq()



request_irq() enables an interrupt source. Subsequent enable_irq()
call causes a warning, and can be removed safely.

Change-Id: Ia4a1667fe87ef4e2c0353831932be7f105d6be1f
Acked-by: default avatarHo Lee <holee@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent e223bf28
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -591,8 +591,6 @@ static int pp2s_probe(
		goto perr0;
	}

	enable_irq(pp2s_irq);

	/*
	 * Create the sysfs obj...
	 */