qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL 22/23] hw/timer/grlib_gptimer: remove unnecessary a


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 22/23] hw/timer/grlib_gptimer: remove unnecessary assignment
Date: Thu, 27 Mar 2014 19:28:27 +0400

From: Prasad Joshi <address@hidden>

Signed-off-by: Prasad Joshi <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 hw/timer/grlib_gptimer.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/timer/grlib_gptimer.c b/hw/timer/grlib_gptimer.c
index 7672d3a..d655bb2 100644
--- a/hw/timer/grlib_gptimer.c
+++ b/hw/timer/grlib_gptimer.c
@@ -328,7 +328,6 @@ static void grlib_gptimer_reset(DeviceState *d)
 
     unit->scaler = 0;
     unit->reload = 0;
-    unit->config = 0;
 
     unit->config  = unit->nr_timers;
     unit->config |= unit->irq_line << 3;
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]