Re: [PATCH] kselftests: dmabuf-heaps: Fix confused return value on expected error testing

2020-05-13 Thread Brian Starkey
Hi John, On Fri, May 08, 2020 at 04:56:10AM +, John Stultz wrote: > When I added the expected error testing, I forgot I need to set > the return to zero when we successfully see an error. > > Without this change we only end up testing a single heap > before the test quits. > The fix looks

[PATCH] kselftests: dmabuf-heaps: Fix confused return value on expected error testing

2020-05-07 Thread John Stultz
When I added the expected error testing, I forgot I need to set the return to zero when we successfully see an error. Without this change we only end up testing a single heap before the test quits. Cc: Shuah Khan Cc: Sumit Semwal Cc: Benjamin Gaignard Cc: Brian Starkey Cc: Laura Abbott Cc: