Skip to content

Commit

Permalink
Hd2 power down fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacx committed Sep 24, 2014
1 parent c947c11 commit 3f902e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-msm/pm2.c
Expand Up @@ -1849,7 +1849,7 @@ static int set_offmode_alarm(void)

static void msm_pm_power_off(void)
{
#if !defined(CONFIG_ARCH_MSM7X30) && !defined(CONFIG_ARCH_MSM7X27)
#if !defined(CONFIG_ARCH_MSM7X30) && !defined(CONFIG_ARCH_MSM7X27) && !defined(CONFIG_ARCH_QSD8X50)
msm_rpcrouter_close();
#endif

Expand Down

0 comments on commit 3f902e1

Please sign in to comment.