qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 4/6] hw/timer/grlib_gptimer: remove unnecessary assi


From: Prasad Joshi
Subject: [Qemu-devel] [PATCH 4/6] hw/timer/grlib_gptimer: remove unnecessary assignment
Date: Sun, 23 Mar 2014 14:58:41 +0530

Signed-off-by: Prasad Joshi <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.8.1.2




reply via email to

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