Loading arch/arm/mach-msm/smd.c +1 −2 Original line number Diff line number Diff line Loading @@ -2512,7 +2512,6 @@ static int smsm_cb_init(void) static int smsm_init(void) { struct smem_shared *shared = (void *) MSM_SHARED_RAM_BASE; int i; struct smsm_size_info_type *smsm_size_info; unsigned long flags; Loading Loading @@ -2561,7 +2560,7 @@ static int smsm_init(void) if (smsm_info.state) { __raw_writel(0, SMSM_STATE_ADDR(SMSM_APPS_STATE)); if ((shared->version[VERSION_MODEM] >> 16) >= 0xB) if ((smem_get_version(VERSION_MODEM) >> 16) >= 0xB) __raw_writel(0, \ SMSM_STATE_ADDR(SMSM_APPS_DEM_I)); } Loading Loading
arch/arm/mach-msm/smd.c +1 −2 Original line number Diff line number Diff line Loading @@ -2512,7 +2512,6 @@ static int smsm_cb_init(void) static int smsm_init(void) { struct smem_shared *shared = (void *) MSM_SHARED_RAM_BASE; int i; struct smsm_size_info_type *smsm_size_info; unsigned long flags; Loading Loading @@ -2561,7 +2560,7 @@ static int smsm_init(void) if (smsm_info.state) { __raw_writel(0, SMSM_STATE_ADDR(SMSM_APPS_STATE)); if ((shared->version[VERSION_MODEM] >> 16) >= 0xB) if ((smem_get_version(VERSION_MODEM) >> 16) >= 0xB) __raw_writel(0, \ SMSM_STATE_ADDR(SMSM_APPS_DEM_I)); } Loading