On Sun, Feb 06, 2022 at 06:59:25PM +0100, Martin Kaiser wrote: > There's no need to store the usb device speed in struct dvobj_priv. > > We can read the speed from struct usb_device. dvobj_priv has a pointer > to the usb_device. > > Signed-off-by: Martin Kaiser <martin@xxxxxxxxx> > --- > drivers/staging/r8188eu/core/rtw_iol.c | 4 +++- > drivers/staging/r8188eu/hal/usb_halinit.c | 4 ++-- > drivers/staging/r8188eu/include/drv_types.h | 1 - > drivers/staging/r8188eu/include/usb_ops.h | 2 +- > drivers/staging/r8188eu/os_dep/usb_intf.c | 8 -------- > 5 files changed, 6 insertions(+), 13 deletions(-) This commit did not apply probably due to other changes to the driver at the same time by other patch series. Can you rebase it and resend? The other 4 were fine and now in my tree. thanks, greg k-h