patch-2.1.109 linux/drivers/sound/sb_midi.c

Next file: linux/drivers/sound/sequencer.c
Previous file: linux/drivers/sound/sb_common.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.108/linux/drivers/sound/sb_midi.c linux/drivers/sound/sb_midi.c
@@ -179,7 +179,7 @@
 
 	if (dev == -1)
 	{
-		printk(KERN_ERR "sb_midi: Too many midi devices detected\n");
+		printk(KERN_ERR "sb_midi: too many MIDI devices detected\n");
 		return;
 	}
 	std_midi_synth.midi_dev = dev;
@@ -188,7 +188,7 @@
 	midi_devs[dev] = (struct midi_operations *)kmalloc(sizeof(struct midi_operations), GFP_KERNEL);
 	if (midi_devs[dev] == NULL)
 	{
-		printk(KERN_WARNING "soundblaster: Failed to allocate MIDI memory.\n");
+		printk(KERN_WARNING "Sound Blaster:  failed to allocate MIDI memory.\n");
 		sound_unload_mididev(dev);
 		  return;
 	}
@@ -201,7 +201,7 @@
 	midi_devs[dev]->converter = (struct synth_operations *)kmalloc(sizeof(struct synth_operations), GFP_KERNEL);
 	if (midi_devs[dev]->converter == NULL)
 	{
-		  printk(KERN_WARNING "soundblaster: Failed to allocate MIDI memory.\n");
+		  printk(KERN_WARNING "Sound Blaster:  failed to allocate MIDI memory.\n");
 		  kfree(midi_devs[dev]);
 		  sound_unload_mididev(dev);
 		  return;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov