Re: [Patch] ccio-dma.c [Was: Yet another ccio fix idea?]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Mar 15, 2008 at 07:21:15PM +0000, rubisher wrote:
...
>>> -               asm volatile("fdc %%r0(%0)" : : "r" (pdir_ptr[7]));
>>> +               asm volatile("fdc %%r0(%0)" : : "r" (&pdir_ptr[7]));
>> NACK - keep it simple with the original proposed patch.
> Ok here it is:
> Signed-off-by: Joel Soete <soete dot joel at scarlet dot be>

Acked-by: Grant Grundler <grundler@xxxxxxxxxxxxxxxx>

Kyle,
please apply :)

thanks,
grant

> ---
>  drivers/parisc/ccio-dma.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: b/drivers/parisc/ccio-dma.c
> ===================================================================
> --- a/drivers/parisc/ccio-dma.c 2008-03-12 08:49:20.000000000 +0000
> +++ b/drivers/parisc/ccio-dma.c 2008-03-15 19:19:52.000000000 +0000
> @@ -695,7 +695,7 @@
>                 ** Hopefully someone figures out how to patch (NOP) the
>                 ** FDC/SYNC out at boot time.
>                 */
> -               asm volatile("fdc %%r0(%0)" : : "r" (pdir_ptr[7]));
> +               asm volatile("fdc %%r0(%0)" : : "r" (pdir_ptr));
>
>                 iovp     += IOVP_SIZE;
>                 byte_cnt -= IOVP_SIZE;
--
To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux SoC]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux