Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.infradead.org/users/sameo/mfd-2.6

* 'for-linus' of git://git.infradead.org/users/sameo/mfd-2.6:
mfd: Fix generic irq chip ack function name for jz4740-adc

+1 -1
+1 -1
drivers/mfd/jz4740-adc.c
··· 273 273 ct->regs.ack = JZ_REG_ADC_STATUS; 274 274 ct->chip.irq_mask = irq_gc_mask_set_bit; 275 275 ct->chip.irq_unmask = irq_gc_mask_clr_bit; 276 - ct->chip.irq_ack = irq_gc_ack; 276 + ct->chip.irq_ack = irq_gc_ack_set_bit; 277 277 278 278 irq_setup_generic_chip(gc, IRQ_MSK(5), 0, 0, IRQ_NOPROBE | IRQ_LEVEL); 279 279