* grub-core/disk/ahci.c (grub_ahci_readwrite_real): Use proper

definitions for dprintf.
	* grub-core/disk/pata.c (grub_pata_readwrite): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-06-27 08:43:13 +02:00
parent ca80309d32
commit 41bec7fec9
3 changed files with 10 additions and 2 deletions

View file

@ -590,7 +590,8 @@ grub_ahci_readwrite_real (struct grub_ahci_device *dev,
dev->command_table[0].prdt[0].size = (parms->size + (parms->size & 1) - 1)
| GRUB_AHCI_INTERRUPT_ON_COMPLETE;
grub_dprintf ("ahci", "PRDT = %" PRIxGRUB_UINT64_T ", %x, %x (%x)\n",
grub_dprintf ("ahci", "PRDT = %" PRIxGRUB_UINT64_T ", %x, %x (%"
PRIuGRUB_SIZE ")\n",
dev->command_table[0].prdt[0].data_base,
dev->command_table[0].prdt[0].unused,
dev->command_table[0].prdt[0].size,