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

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

Merge "ALSA: usb-audio: Fix runtime PM unbalance"

parents 302bba6f b128f2fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -675,7 +675,7 @@ int snd_usb_autoresume(struct snd_usb_audio *chip)
	int err = -ENODEV;

	down_read(&chip->shutdown_rwsem);
	if (chip->probing && chip->in_pm)
	if (chip->probing || chip->in_pm)
		err = 0;
	else if (!chip->shutdown)
		err = usb_autopm_get_interface(chip->pm_intf);