ide: cleanup warnings

Add \n.

Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
Andrea Arcangeli 2011-05-03 22:03:39 +02:00 committed by Kevin Wolf
parent 96d19bcbf5
commit 086cf4d3bd
1 changed files with 2 additions and 2 deletions

View File

@ -298,9 +298,9 @@ void bmdma_cmd_writeb(void *opaque, uint32_t addr, uint32_t val)
qemu_aio_flush();
#ifdef DEBUG_IDE
if (bm->bus->dma->aiocb)
printf("ide_dma_cancel: aiocb still pending");
printf("ide_dma_cancel: aiocb still pending\n");
if (bm->status & BM_STATUS_DMAING)
printf("ide_dma_cancel: BM_STATUS_DMAING still pending");
printf("ide_dma_cancel: BM_STATUS_DMAING still pending\n");
#endif
}
} else {