ARM: rockchip: rv1106: sleep: fix compile error
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com> Change-Id: I93b9c1efe38a5fb3afb9446f154abc4bd94abafe
This commit is contained in:
committed by
Tao Huang
parent
e9ceb67d33
commit
424557b2d3
@@ -389,7 +389,7 @@ static void rv1106_dbg_pmu_wkup_src(void)
|
||||
if (pmu_int_st & BIT(RV1106_PMU_WAKEUP_USBDEV_EN))
|
||||
rkpm_printstr("USBDEV detect wakeup\n");
|
||||
|
||||
if (pmu_int_st & BIT(RV1106_PMU_WAKEUP_TIMEROUT_EN))
|
||||
if (pmu_int_st & BIT(RV1106_PMU_WAKEUP_TIMEOUT_EN))
|
||||
rkpm_printstr("TIMEOUT interrupt wakeup\n");
|
||||
|
||||
rkpm_printch('\n');
|
||||
|
||||
Reference in New Issue
Block a user