
2 Oct
2009
2 Oct
'09
8:45 a.m.
At Thu, 1 Oct 2009 20:07:14 +0200, Krzysztof Helt wrote:
From: Krzysztof Helt krzysztof.h1@wp.pl
There is no sense to limit open MIDI connections with limit as high as ULONG_MAX.
It's just to make sure that midi_usage doesn't reach to zero. But midi_usage itself is useless. Remove it as well.
Also, remove redundant "sscape:" prefix in messages printed by snd_printk and convert more messages to use the snd_printk.
The prefix is needed if built without CONFIG_SND_VERBOSE_PRINTK. So better to keep it.
thanks,
Takashi