Loading drivers/usb/gadget/function/f_fs.c +2 −4 Original line number Original line Diff line number Diff line Loading @@ -2980,10 +2980,8 @@ static int _ffs_func_bind(struct usb_configuration *c, struct ffs_data *ffs = func->ffs; struct ffs_data *ffs = func->ffs; const int full = !!func->ffs->fs_descs_count; const int full = !!func->ffs->fs_descs_count; const int high = gadget_is_dualspeed(func->gadget) && const int high = func->ffs->hs_descs_count; func->ffs->hs_descs_count; const int super = func->ffs->ss_descs_count; const int super = gadget_is_superspeed(func->gadget) && func->ffs->ss_descs_count; int fs_len, hs_len, ss_len, ret, i; int fs_len, hs_len, ss_len, ret, i; struct ffs_ep *eps_ptr; struct ffs_ep *eps_ptr; Loading Loading
drivers/usb/gadget/function/f_fs.c +2 −4 Original line number Original line Diff line number Diff line Loading @@ -2980,10 +2980,8 @@ static int _ffs_func_bind(struct usb_configuration *c, struct ffs_data *ffs = func->ffs; struct ffs_data *ffs = func->ffs; const int full = !!func->ffs->fs_descs_count; const int full = !!func->ffs->fs_descs_count; const int high = gadget_is_dualspeed(func->gadget) && const int high = func->ffs->hs_descs_count; func->ffs->hs_descs_count; const int super = func->ffs->ss_descs_count; const int super = gadget_is_superspeed(func->gadget) && func->ffs->ss_descs_count; int fs_len, hs_len, ss_len, ret, i; int fs_len, hs_len, ss_len, ret, i; struct ffs_ep *eps_ptr; struct ffs_ep *eps_ptr; Loading