Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

OneNAND: Add touch_softlock_watchdog()

parent 20ffdcb0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);