On 7/22/23 22:31, Avri Altman wrote:
+ WARN_ON_ONCE(overflow && underflow); + WARN_ON_ONCE(!overflow && !underflow && resid);Do we really need to debug the hw? - see Table 10.16 (3.1 spec).
I was wondering about this too while writing this patch. If nobody objects I will leave the above two WARN_ON_ONCE() statements out when reposting this patch. Thanks, Bart.