Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 340b005f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "usb: gadget: f_mtp: Handle mtp os desc properly""

parents c35be475 c1a44345
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1893,7 +1893,6 @@ struct usb_function *function_alloc_mtp_ptp(struct usb_function_instance *fi,
	dev->function.disable = mtp_function_disable;
	dev->function.setup = mtp_ctrlreq_configfs;
	dev->function.free_func = mtp_free;
	fi->f = &dev->function;

	return &dev->function;
}