summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-14 21:23:13 -0700
committerKeith Packard <keithp@keithp.com>2009-04-14 21:23:13 -0700
commitdc844ee7e49a3b6145b3165252a592ed070d600f (patch)
tree1f0fe33393d4a6fb0d29112f2e7d98f094471c08
parent5e45d1c89b00e74d5b2730345843f43aab516af2 (diff)
Use ao_ee_flush_internal while holding mutex
-rw-r--r--ao_ee.c2
1 files changed, 1 insertions, 1 deletions
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();
}