# HG changeset patch
# User greg
# Date 1210057901 -7200
# Node ID ee7f0092bcb12fc8adf05cac607c42293eb75343
# Parent  67e29972e2422eca175e902f3133121bb5fec5b2
fix typo line 135

diff -r 67e29972e242 -r ee7f0092bcb1 drivers/timers_xeno/timers_xeno.c
--- a/drivers/timers_xeno/timers_xeno.c	Mon May 05 11:27:09 2008 +0200
+++ b/drivers/timers_xeno/timers_xeno.c	Tue May 06 09:11:41 2008 +0200
@@ -132,7 +132,7 @@
 				&timer_set,
 				&condition_mutex,
 				(real_alarm - current_time)); /* else alarm consider expired */   
-			if(ret = -ETIMEDOUT){
+			if(ret == -ETIMEDOUT){
 				last_occured_alarm = real_alarm;
 				rt_mutex_release(&condition_mutex);
 				EnterMutex();