Updated. Thank you.
On Fri, Jun 1, 2018 at 11:40 AM Dan Carpenter wrote:
>
> On Fri, Jun 1, 2018 at 3:22 AM, wrote:
> > From: Joshua Lang
> >
> > The buffer_status field is interrupt updated. After every read request,
> > the buffer_status read field should be reset so that on the next loop
> >
On Fri, Jun 1, 2018 at 3:22 AM, wrote:
> From: Joshua Lang
>
> The buffer_status field is interrupt updated. After every read request,
> the buffer_status read field should be reset so that on the next loop
> iteration we don't read a stale value and read data before the
> device is ready.
>
> S
From: Joshua Lang
The buffer_status field is interrupt updated. After every read request,
the buffer_status read field should be reset so that on the next loop
iteration we don't read a stale value and read data before the
device is ready.
Signed-off-by: “Joshua Lang”
---
drivers/staging/goldf