Re: [PATCH] usb: renesas_usbhs: fix error return code of usbhsf_pkt_handler()

From: Jia-Ju Bai
Date: Tue Mar 09 2021 - 08:39:43 EST


Thanks for the reply!

On 2021/3/9 19:59, Yoshihiro Shimoda wrote:
Hi Jia-Ju,

Thank you for the patch!

From: Jia-Ju Bai, Sent: Sunday, March 7, 2021 6:01 PM

When __usbhsf_pkt_get() returns NULL to pkt, no error return code of
usbhsf_pkt_handler() is assigned.
Yes. Also I realized that no error return code of usbhsf_pkt_handler()
was assigned if the type value was unexpected value. So, I'm thinking
initial value of ret should be -EINVAL instead of 0.

This is okay to me.
Need I write a new patch for this?


Best wishes,
Jia-Ju Bai