In a couple of places here we use "val" for the value that is about to
be written to a register but then reuse the same variable for the value
of a status register before we get around to writing it. Rename the
value to be written to so that we write the value we intend to and not
what we have jus
same as https://patchwork.kernel.org/patch/9518417/
Tested-by: Chris Zhong
Reviewed-by: Chris Zhong
On 09/20/2016 01:17 AM, John Keeping wrote:
In a couple of places here we use "val" for the value that is about to
be written to a register but then reuse the same variable for the value
of a s
In a couple of places here we use "val" for the value that is about to
be written to a register but then reuse the same variable for the value
of a status register before we get around to writing it. Rename the
value to be written to so that we write the value we intend to and not
what we have jus