On Thu, Oct 19, 2023 at 04:30:27PM +0800, Su Hui wrote:Yes, this is better, thanks for your advice.
Value stored to 'ret' is never read, remove it to save space.Could you do this a bit more thouroughly and remove all the
Signed-off-by: Su Hui <suhui@xxxxxxxxxxxx>
"ret = FAILED;" and "ret = 0;" assignments. Just "return FAILED;"
and "return 0;" directly.