Fix ATA_DEBUG case breakage.

This commit is contained in:
Søren Schmidt 2003-03-30 09:27:59 +00:00
parent d086f85ac4
commit 0c4b980607

View File

@ -974,7 +974,7 @@ ata_command(struct ata_device *atadev, u_int8_t command,
#ifdef ATA_DEBUG
ata_prtdev(atadev, "ata_command: addr=%04lx, cmd=%02x, "
"lba=%jd, count=%d, feature=%d, flags=%02x\n",
rman_get_start(atadev->channel),
rman_get_start(atadev->channel->r_io[ATA_DATA].res),
command, (intmax_t)lba, count, feature, flags);
#endif