[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200612033906.GB21214@yilunxu-OptiPlex-7050>
Date: Fri, 12 Jun 2020 11:39:06 +0800
From: Xu Yilun <yilun.xu@...el.com>
To: Mark Brown <broonie@...nel.org>
Cc: linux-spi@...r.kernel.org, linux-kernel@...r.kernel.org,
trix@...hat.com, hao.wu@...el.com, matthew.gerlach@...ux.intel.com,
russell.h.weight@...el.com, yilun.xu@...el.com
Subject: Re: [PATCH 6/6] spi: altera: fix size mismatch on 64 bit processors
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 <matthew.gerlach@...ux.intel.com>
> >
> > 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 <matthew.gerlach@...ux.intel.com>
> > ---
>
> You've not provided a Signed-off-by for this, I can't do anything with
> it. For details on what Signed-off-by means and why it's important
> please see Documentation/process/submitting-patches.rst.
Thanks for your explanation. I'll add my Signed-off-by.
Powered by blists - more mailing lists