commit | 808c569f3609b37642d1e08373e3de829b99d0f8 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jan 18 14:16:24 2010 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jan 18 14:18:55 2010 +0100 |
tree | 11c857dc1e74bcfd13efc02207fe61b1d46469d3 | |
parent | c181a13a41ef32c9037393f4b42b780e1a36eb91 [diff] |
ALSA: Remove warning message for invalid OSS minor ranges When a card instance with a higher card number is registered, warning messages are spewed eventually with stack traces due to the invalid minor number for OSS device registration. For example, thinkpad-acpi registers the card number 29 as default, and you'll see always these messages. This is rather confusing (and worries users), thus better to return simply the error code. Signed-off-by: Takashi Iwai <tiwai@suse.de>