diff -r 4712310216c0 -r 5323ec7dc425 usbengines/usbotgwatcher/src/cusbtimer.cpp --- a/usbengines/usbotgwatcher/src/cusbtimer.cpp Fri Apr 23 23:17:21 2010 +0300 +++ b/usbengines/usbotgwatcher/src/cusbtimer.cpp Fri Apr 23 23:28:37 2010 +0300 @@ -76,7 +76,7 @@ { // FTRACE(FPrint(_L( "[USBOTGWATCHER]\tCUsbTimer::After aMilliseconds %d, timerId=%d" ), aMilliseconds, iTimerId)) - if (IsActive()) // should we panic here? or just restart timer + if (IsActive()) { Cancel(); }