On 02/10/2022 05:55, Wolfram Sang wrote:
+ if (ret == -EBUSY)Since we documented this: "+ 'ret': 0 if the backend is ready, otherwise some errno" the code above should be '(ret < 0)'
Will update. Thanks a lot for the review. - Quan
On 02/10/2022 05:55, Wolfram Sang wrote:
+ if (ret == -EBUSY)Since we documented this: "+ 'ret': 0 if the backend is ready, otherwise some errno" the code above should be '(ret < 0)'
Will update. Thanks a lot for the review. - Quan