pc: Fix "prog_if" typo on PC_COMPAT_2_0

The property name is "prog_if", not "prof_if".

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reported-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Eduardo Habkost 2014-06-24 19:57:55 -03:00 committed by Michael S. Tsirkin
parent b8f5cfd682
commit fa118d1f8b
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
},\
{\
.driver = "pci-serial-2x",\
.property = "prof_if",\
.property = "prog_if",\
.value = stringify(0),\
},\
{\