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

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

Merge "usb: misc: ks_bridge: Don't enable runtime suspend by default" into dev/msm-4.4-8996au

parents 072439f6 7639227b
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -838,10 +838,8 @@ ksb_usb_probe(struct usb_interface *ifc, const struct usb_device_id *id)
		goto fail_device_create;
		goto fail_device_create;
	}
	}


	if (device_can_wakeup(&ksb->udev->dev)) {
	if (device_can_wakeup(&ksb->udev->dev))
		ifc->needs_remote_wakeup = 1;
		ifc->needs_remote_wakeup = 1;
		usb_enable_autosuspend(ksb->udev);
	}


	if (free_mdev)
	if (free_mdev)
		kfree(mdev);
		kfree(mdev);