diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-05-18 14:47:03 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-22 21:33:50 +0200 |
commit | f8c7579051763d6be275bf88a430ffb1c5234bad (patch) | |
tree | 9575641d80d4fd42656ff686cf74914269aaa2a2 /sound | |
parent | c77a03551b3fd8ef6434153dfadff83ae404e526 (diff) | |
download | linux-3.10-f8c7579051763d6be275bf88a430ffb1c5234bad.tar.gz linux-3.10-f8c7579051763d6be275bf88a430ffb1c5234bad.tar.bz2 linux-3.10-f8c7579051763d6be275bf88a430ffb1c5234bad.zip |
[ALSA] usbaudio - Fix a typo
Fix a typo introduced by the last fix.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/usbaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usbaudio.c b/sound/usb/usbaudio.c index 770642a5953..30cadec9a34 100644 --- a/sound/usb/usbaudio.c +++ b/sound/usb/usbaudio.c @@ -2627,7 +2627,7 @@ static int parse_audio_endpoints(struct snd_usb_audio *chip, int iface_no) if (!csep && altsd->bNumEndpoints >= 2) csep = snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDPOINT); if (!csep || csep[0] < 7 || csep[2] != EP_GENERAL) { - snd_printk(KERN_WARN "%d:%u:%d : no or invalid" + snd_printk(KERN_WARNING "%d:%u:%d : no or invalid" " class specific endpoint descriptor\n", dev->devnum, iface_no, altno); csep = NULL; |