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

Commit b47b5b8d 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_rndis: Setup netdevice with name 'rndis0'"

parents 2099e6ca a3cd980e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -767,7 +767,7 @@ rndis_bind(struct usb_configuration *c, struct usb_function *f)
	 */
	if (!rndis_opts->bound) {
		mutex_lock(&rndis_opts->lock);
		rndis_opts->net = gether_setup_default();
		rndis_opts->net = gether_setup_name_default("rndis");
		if (IS_ERR(rndis_opts->net)) {
			status = PTR_ERR(rndis_opts->net);
			mutex_unlock(&rndis_opts->lock);