Index: linux-2.6.16.13-ezx3/drivers/mmc/pxamci.c =================================================================== --- linux-2.6.16.13-ezx3.orig/drivers/mmc/pxamci.c 2006-05-12 19:21:28.000000000 +0200 +++ linux-2.6.16.13-ezx3/drivers/mmc/pxamci.c 2006-05-12 19:22:25.000000000 +0200 @@ -339,7 +339,8 @@ printk("PXAMCI: stat %08x\n", stat); } - return IRQ_RETVAL(handled); + //return IRQ_RETVAL(handled); + return IRQ_HANDLED; } static void pxamci_request(struct mmc_host *mmc, struct mmc_request *mrq)