diff options
author | Tobias Hansen <Tobias.Hansen@physik.uni-hamburg.de> | 2009-10-12 10:24:15 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-10-13 02:20:20 -0400 |
commit | a688e4885c1aa6b88ab5ffa64655bacc01749c9e (patch) | |
tree | 5f90439a4f58be8cf2fe13922538abf93063f253 /sound/usb/usx2y/us122l.c | |
parent | 68f139204c1a2b10cc292d9cca036ebdbb6730a8 (diff) |
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: Tobias Hansen <Tobias.Hansen@physik.uni-hamburg.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/usx2y/us122l.c')
-rw-r--r-- | sound/usb/usx2y/us122l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usx2y/us122l.c b/sound/usb/usx2y/us122l.c index 6c7b64a23c13..b54e8ca360d1 100644 --- a/sound/usb/usx2y/us122l.c +++ b/sound/usb/usx2y/us122l.c | |||
@@ -601,7 +601,7 @@ static int snd_us122l_probe(struct usb_interface *intf, | |||
601 | if (device->descriptor.idProduct == USB_ID_US144 | 601 | if (device->descriptor.idProduct == USB_ID_US144 |
602 | && device->speed == USB_SPEED_HIGH) { | 602 | && device->speed == USB_SPEED_HIGH) { |
603 | snd_printk(KERN_ERR "disable ehci-hcd to run US-144 \n"); | 603 | snd_printk(KERN_ERR "disable ehci-hcd to run US-144 \n"); |
604 | return -ENOENT; | 604 | return -ENODEV; |
605 | } | 605 | } |
606 | 606 | ||
607 | snd_printdd(KERN_DEBUG"%p:%i\n", | 607 | snd_printdd(KERN_DEBUG"%p:%i\n", |