Commit 628bee65 authored by Kyungmin Park's avatar Kyungmin Park Committed by Jarkko Lavinen

OneNAND: Add touch_softlock_watchdog()

Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
parent 20ffdcb0
......@@ -301,6 +301,7 @@ static int onenand_wait(struct mtd_info *mtd, int state)
if (state != FL_READING)
cond_resched();
touch_softlockup_watchdog();
}
/* To get correct interrupt status in timeout case */
interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment