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

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

Merge "usb: gadget: f_ecm: Setup netdevice with name 'ecm0'"

parents ee097840 2cc5a1fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -701,7 +701,7 @@ ecm_bind(struct usb_configuration *c, struct usb_function *f)
	 */
	if (!ecm_opts->bound) {
		mutex_lock(&ecm_opts->lock);
		ecm_opts->net = gether_setup_default();
		ecm_opts->net = gether_setup_name_default("ecm");
		if (IS_ERR(ecm_opts->net)) {
			status = PTR_ERR(ecm_opts->net);
			mutex_unlock(&ecm_opts->lock);