]> Git Repo - qemu.git/commitdiff
cadence_gem: Remove unused parameter debug message
authorFam Zheng <[email protected]>
Wed, 15 Feb 2017 09:31:47 +0000 (17:31 +0800)
committerMichael Tokarev <[email protected]>
Tue, 28 Feb 2017 06:03:38 +0000 (09:03 +0300)
Reported by cppcheck.

Signed-off-by: Fam Zheng <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
hw/net/cadence_gem.c

index e99d4544a28a596a02a7e55ae8e79157bc1c4a08..d4de8ad9f1e14bb9c67c7ca21db20ccca5a2518e 100644 (file)
@@ -508,7 +508,7 @@ static void gem_update_int_status(CadenceGEMState *s)
 
     if ((s->num_priority_queues == 1) && s->regs[GEM_ISR]) {
         /* No priority queues, just trigger the interrupt */
-        DB_PRINT("asserting int.\n", i);
+        DB_PRINT("asserting int.\n");
         qemu_set_irq(s->irq[0], 1);
         return;
     }
This page took 0.029818 seconds and 4 git commands to generate.