
13 Oct
2020
13 Oct
'20
4:21 p.m.
On Fri, Sep 18, 2020 at 5:12 PM Chunfeng Yun chunfeng.yun@mediatek.com 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 chunfeng.yun@mediatek.com
v7: no changes
v6: modify commit message suggested by Roger
v5: no changes
v4: new patch
drivers/usb/common/common.c | 7 +++++++ include/linux/usb/ch9.h | 4 ---- 2 files changed, 7 insertions(+), 4 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com