Re: [PATCH 3/5] staging: vt6656: limit reg output to block size

2020-01-03 Thread Dan Carpenter
On Fri, Dec 20, 2019 at 09:15:24PM +, Malcolm Priestley wrote: > vnt_control_out appears to fail when BBREG is greater than 64 writes. > > Create new function that will relay an array in no larger than > the indicated block size. > > It appears that this command has always failed but was

[PATCH 3/5] staging: vt6656: limit reg output to block size

2019-12-20 Thread Malcolm Priestley
vnt_control_out appears to fail when BBREG is greater than 64 writes. Create new function that will relay an array in no larger than the indicated block size. It appears that this command has always failed but was ignored by driver until the introduction of error checking. Cc: stable # v5.3+