On Sun, May 31, 2015 at 07:09:56PM +0530, Joglekar Tejas wrote: > Signed-off-by: Joglekar Tejas <[email protected]> > --- > drivers/staging/comedi/drivers/ni_at_a2150.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/comedi/drivers/ni_at_a2150.c > b/drivers/staging/comedi/drivers/ni_at_a2150.c > index 3a972d1..60469bb 100644 > --- a/drivers/staging/comedi/drivers/ni_at_a2150.c > +++ b/drivers/staging/comedi/drivers/ni_at_a2150.c > @@ -106,7 +106,7 @@ TRIG_WAKE_EOS > #define IRQ_LVL_BITS(x) (((x) & 0xf) << 4) /* sets irq > level */ > #define FIFO_INTR_EN_BIT 0x100 /* enable fifo interrupts */ > #define FIFO_INTR_FHF_BIT 0x200 /* interrupt fifo half full */ > -#define DMA_INTR_EN_BIT 0x800 /* enable interrupt on dma > terminal count */ > +#define DMA_INTR_EN_BIT 0x800 /* enable interrupt on dma > terminal count */ > #define DMA_DEM_EN_BIT 0x1000 /* enables demand mode dma */ > #define I8253_BASE_REG 0x14 > > -- > 1.9.1 > I would like to correct error in previous patch please ignore this patch, I will send patch again.
Regards, Tejas Joglekar -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

