diff options
Diffstat (limited to 'hw/sparc32_dma.c')
-rw-r--r-- | hw/sparc32_dma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/sparc32_dma.c b/hw/sparc32_dma.c index 354b5519ad..b1495dd953 100644 --- a/hw/sparc32_dma.c +++ b/hw/sparc32_dma.c @@ -248,8 +248,6 @@ void *sparc32_dma_init(target_phys_addr_t daddr, qemu_irq parent_irq, int dma_io_memory; s = qemu_mallocz(sizeof(DMAState)); - if (!s) - return NULL; s->irq = parent_irq; s->iommu = iommu; |