Re: [PATCH next v7 04/10] usb: common: add define of usb_speed_string()

2020-10-13 Thread Bin Meng
On Fri, Sep 18, 2020 at 5:12 PM Chunfeng Yun wrote: > > There is only declaration of usb_speed_string(), but no definition, > so add it to avoid build error when call it. > > Signed-off-by: Chunfeng Yun > --- > v7: no changes > > v6: modify commit message suggested by Roger > > v5: no changes > >

[PATCH next v7 04/10] usb: common: add define of usb_speed_string()

2020-09-18 Thread Chunfeng Yun
There is only declaration of usb_speed_string(), but no definition, so add it to avoid build error when call it. Signed-off-by: Chunfeng Yun --- v7: no changes v6: modify commit message suggested by Roger v5: no changes v4: new patch --- drivers/usb/common/common.c | 7 +++ include/linux/