projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4729b3a
)
cadence_gem: Remove unused parameter debug message
author
Fam Zheng
<famz@redhat.com>
Wed, 15 Feb 2017 09:31:47 +0000
(17:31 +0800)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 28 Feb 2017 06:03:38 +0000
(09:03 +0300)
Reported by cppcheck.
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/net/cadence_gem.c
patch
|
blob
|
history
diff --git
a/hw/net/cadence_gem.c
b/hw/net/cadence_gem.c
index e99d4544a28a596a02a7e55ae8e79157bc1c4a08..d4de8ad9f1e14bb9c67c7ca21db20ccca5a2518e 100644
(file)
--- a/
hw/net/cadence_gem.c
+++ b/
hw/net/cadence_gem.c
@@
-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;
}