X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fmips%2Fau1000%2Fcommon%2Fdbdma.c;h=edf91f41a78671c3108563b13e5b8cdaadbc11cf;hb=4b36673284f86c649b9d9ec5818b1912fde556b3;hp=9d6ad43fded6865ad7911bf73896e9423b9d3cb6;hpb=fb9fc395174138983a49f2da982ed14caabbe741;p=powerpc.git diff --git a/arch/mips/au1000/common/dbdma.c b/arch/mips/au1000/common/dbdma.c index 9d6ad43fde..edf91f41a7 100644 --- a/arch/mips/au1000/common/dbdma.c +++ b/arch/mips/au1000/common/dbdma.c @@ -859,7 +859,7 @@ dbdma_interrupt(int irq, void *dev_id) intstat = dbdma_gptr->ddma_intstat; au_sync(); - chan_index = ffs(intstat); + chan_index = __ffs(intstat); ctp = chan_tab_ptr[chan_index]; cp = ctp->chan_ptr;