On Fri, Mar 22, 2013 at 03:58:19PM -0700, H Hartley Sweeten wrote:
> @@ -2548,7 +2549,7 @@ static void s626_initialize(struct comedi_device *dev)
>        * DMAC will automatically halt and its PCI address pointer
>        * will be reset when the protection address is reached.
>        */
> -     WR7146(P_PAGEA2_OUT, 8);
> +     writel(0, devpriv->base_addr + P_PAGEA2_OUT);
               ^
Typo.  Should be 8 instead of 0.

>  
>       /*
>        * Initialize time slot list 2 (TSL2), which is used to control

regards,
dan carpenter
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to