Re: [PATCH v2 5/9] usb: cdns3: drd: changed return type from int to bool

2020-07-21 Thread Peter Chen
On 20-07-13 12:05:50, Pawel Laszczak wrote: > Patch changes return type from int to bool for > cdns3_is_host and cdns3_is_device functions. > > Signed-off-by: Pawel Laszczak Reviewed-by: Peter Chen > --- > drivers/usb/cdns3/drd.c | 16 > drivers/usb/cdns3/drd.h | 4 ++-- >

[PATCH v2 5/9] usb: cdns3: drd: changed return type from int to bool

2020-07-13 Thread Pawel Laszczak
Patch changes return type from int to bool for cdns3_is_host and cdns3_is_device functions. Signed-off-by: Pawel Laszczak --- drivers/usb/cdns3/drd.c | 16 drivers/usb/cdns3/drd.h | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git