Skip to content

Commit

Permalink
KVM: ioapic: Fix an error field reference
Browse files Browse the repository at this point in the history
Function ioapic_debug() in the ioapic_deliver() misnames
one filed by reference. This patch correct it.

Signed-off-by: Liu Yuan <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
  • Loading branch information
liuy authored and avikivity committed May 22, 2011
1 parent a78484c commit a38f84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virt/kvm/ioapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static int ioapic_deliver(struct kvm_ioapic *ioapic, int irq)

ioapic_debug("dest=%x dest_mode=%x delivery_mode=%x "
"vector=%x trig_mode=%x\n",
entry->fields.dest, entry->fields.dest_mode,
entry->fields.dest_id, entry->fields.dest_mode,
entry->fields.delivery_mode, entry->fields.vector,
entry->fields.trig_mode);

Expand Down

0 comments on commit a38f84c

Please sign in to comment.