diff --git a/drivers/video/amifb.c b/drivers/video/amifb.c index 13e7a179f8d47..2bfaf1b86d466 100644 --- a/drivers/video/amifb.c +++ b/drivers/video/amifb.c @@ -3733,17 +3733,15 @@ static int __init amifb_probe(struct platform_device *pdev) memset(dummysprite, 0, DUMMYSPRITEMEMSIZE); /* - * Enable Display DMA + * Make sure the Copper has something to do */ - - custom.dmacon = DMAF_SETCLR | DMAF_MASTER | DMAF_RASTER | DMAF_COPPER | - DMAF_BLITTER | DMAF_SPRITE; + ami_init_copper(); /* - * Make sure the Copper has something to do + * Enable Display DMA */ - - ami_init_copper(); + custom.dmacon = DMAF_SETCLR | DMAF_MASTER | DMAF_RASTER | DMAF_COPPER | + DMAF_BLITTER | DMAF_SPRITE; if (request_irq(IRQ_AMIGA_COPPER, amifb_interrupt, 0, "fb vertb handler", ¤tpar)) {