On Thu, Jun 11, 2020 at 12:04:08PM +0100, Mark Brown wrote:
> On Thu, Jun 11, 2020 at 11:25:11AM +0800, Xu Yilun wrote:
> > From: Matthew Gerlach
> >
> > The spi-altera driver was originally written with a 32
> > bit processor, where sizeof(unsigned long) is 4. On a
> > 64 bit processor sizeof(u
On Thu, Jun 11, 2020 at 11:25:11AM +0800, Xu Yilun wrote:
> From: Matthew Gerlach
>
> The spi-altera driver was originally written with a 32
> bit processor, where sizeof(unsigned long) is 4. On a
> 64 bit processor sizeof(unsigned long) is 8. Change the structure
> member to u32 to match the a
From: Matthew Gerlach
The spi-altera driver was originally written with a 32
bit processor, where sizeof(unsigned long) is 4. On a
64 bit processor sizeof(unsigned long) is 8. Change the structure
member to u32 to match the actual size of the control
register.
Signed-off-by: Matthew Gerlach
-
3 matches
Mail list logo