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

Commit a688e488 authored by Tobias Hansen's avatar Tobias Hansen Committed by Takashi Iwai
Browse files

ALSA: snd-usb-us122l: corrent error number for not probing US-144 on ehci-hcd



snd-usb-us122l: corrent error number for not probing US-144 on ehci-hcd
This is the correct error number for telling the USB system that this
driver is not for the device.

Signed-off-by: default avatarTobias Hansen <Tobias.Hansen@physik.uni-hamburg.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 68f13920
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -601,7 +601,7 @@ static int snd_us122l_probe(struct usb_interface *intf,
	if (device->descriptor.idProduct == USB_ID_US144
		&& device->speed == USB_SPEED_HIGH) {
		snd_printk(KERN_ERR "disable ehci-hcd to run US-144 \n");
		return -ENOENT;
		return -ENODEV;
	}

	snd_printdd(KERN_DEBUG"%p:%i\n",