Loading drivers/usb/gadget/function/f_fs.c +0 −1 Original line number Diff line number Diff line Loading @@ -689,7 +689,6 @@ static void ffs_user_copy_worker(struct work_struct *work) usb_ep_free_request(io_data->ep, io_data->req); io_data->kiocb->private = NULL; if (io_data->read) kfree(io_data->iovec); kfree(io_data->buf); Loading Loading
drivers/usb/gadget/function/f_fs.c +0 −1 Original line number Diff line number Diff line Loading @@ -689,7 +689,6 @@ static void ffs_user_copy_worker(struct work_struct *work) usb_ep_free_request(io_data->ep, io_data->req); io_data->kiocb->private = NULL; if (io_data->read) kfree(io_data->iovec); kfree(io_data->buf); Loading