Re: [PATCH v9 3/3] i2c: aspeed: Assert NAK when slave is busy
From: Quan Nguyen
Date: Sun Oct 02 2022 - 22:07:10 EST
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