lkml.org 
[lkml]   [2016]   [Apr]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] Axi-usb: Add support for 64-bit addressing.
Date
On Monday 11 April 2016 16:08:14 kbuild test robot wrote:
>
> 230 * @offset: register offset
> 231 * @val: data to be written
> 232 **/
> 233 static void xudc_write64(void __iomem *addr, u32 offset, u64 val)
> 234 {
> 235 #if defined(CONFIG_PHYS_ADDR_T_64BIT)
> > 236 writeq(val, addr + offset);
> 237 #endif
> 238 }
>

I think you want lo_hi_writeq() rather than writeq().

Arnd

\
 
 \ /
  Last update: 2016-04-17 16:21    [W:0.078 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site