提交 e16b41bf 编写于 作者: R Ricardo Salveti de Araujo 提交者: Kevin Hilman

OMAP3630: PM: don't warn the user with a trace in case of PM34XX_ERRATUM

In case in user has a OMAP3630 < ES1.2 the kernel should warn the user
about the ERRATUM, but using pr_warn instead of WARN_ON is already
enough, as there is nothing else the user can do besides changing the
board.
Signed-off-by: NRicardo Salveti de Araujo <ricardo.salveti@canonical.com>
Signed-off-by: NKevin Hilman <khilman@ti.com>
上级 126f7e29
...@@ -464,7 +464,7 @@ void omap_init_power_states(void) ...@@ -464,7 +464,7 @@ void omap_init_power_states(void)
if (IS_PM34XX_ERRATUM(PM_SDRC_WAKEUP_ERRATUM_i583)) { if (IS_PM34XX_ERRATUM(PM_SDRC_WAKEUP_ERRATUM_i583)) {
omap3_power_states[OMAP3_STATE_C7].valid = 0; omap3_power_states[OMAP3_STATE_C7].valid = 0;
cpuidle_params_table[OMAP3_STATE_C7].valid = 0; cpuidle_params_table[OMAP3_STATE_C7].valid = 0;
WARN_ONCE(1, "%s: core off state C7 disabled due to i583\n", pr_warn("%s: core off state C7 disabled due to i583\n",
__func__); __func__);
} }
} }
......
...@@ -928,8 +928,7 @@ void omap3_pm_off_mode_enable(int enable) ...@@ -928,8 +928,7 @@ void omap3_pm_off_mode_enable(int enable)
pwrst->pwrdm == core_pwrdm && pwrst->pwrdm == core_pwrdm &&
state == PWRDM_POWER_OFF) { state == PWRDM_POWER_OFF) {
pwrst->next_state = PWRDM_POWER_RET; pwrst->next_state = PWRDM_POWER_RET;
WARN_ONCE(1, pr_warn("%s: Core OFF disabled due to errata i583\n",
"%s: Core OFF disabled due to errata i583\n",
__func__); __func__);
} else { } else {
pwrst->next_state = state; pwrst->next_state = state;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册