From: Pavankumar Kondeti Date: Mon, 2 May 2011 06:26:33 +0000 (+0530) Subject: USB: OTG: msm: Clear in_lpm flag before enabling the IRQ in resume X-Git-Tag: v3.0-rc1~337^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ce2c3ac8852cfc8f74f4b7b9a2c4cdff007f96a;p=pandora-kernel.git USB: OTG: msm: Clear in_lpm flag before enabling the IRQ in resume The current code is clearing in_lpm flag after enabling the IRQ. If IRQ comes immediately before in_lpm flag is set, it thinks that hardware is in low power mode and disables the IRQ. Fix this by clearing in_lpm flag before enabling the IRQ. Signed-off-by: Pavankumar Kondeti Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed