From dc844ee7e49a3b6145b3165252a592ed070d600f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 14 Apr 2009 21:23:13 -0700 Subject: [PATCH 1/1] Use ao_ee_flush_internal while holding mutex --- ao_ee.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ao_ee.c b/ao_ee.c index e731ba2a..010774d7 100644 --- a/ao_ee.c +++ b/ao_ee.c @@ -229,7 +229,7 @@ static void ao_ee_fill(uint16_t block) { if (block != ao_ee_block) { - ao_ee_flush(); + ao_ee_flush_internal(); ao_ee_block = block; ao_ee_read_block(); } -- 2.30.2