summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/i2c_master.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/i2c_master.c b/common/i2c_master.c
index 78a5e505b9..f078e690f7 100644
--- a/common/i2c_master.c
+++ b/common/i2c_master.c
@@ -242,10 +242,6 @@ void i2c_prepare_sysjump(void)
{
int i;
- /* Must not call mutex_lock() before task_start(). */
- if (!task_start_called())
- return;
-
/* Lock all i2c controllers */
for (i = 0; i < ARRAY_SIZE(port_mutex); ++i)
mutex_lock(port_mutex + i);