summaryrefslogtreecommitdiffstats
path: root/drivers/sound/pas2_midi.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /drivers/sound/pas2_midi.c
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'drivers/sound/pas2_midi.c')
-rw-r--r--drivers/sound/pas2_midi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sound/pas2_midi.c b/drivers/sound/pas2_midi.c
index 74d04750e..b9dce0b41 100644
--- a/drivers/sound/pas2_midi.c
+++ b/drivers/sound/pas2_midi.c
@@ -4,7 +4,7 @@
* The low level driver for the PAS Midi Interface.
*/
/*
- * Copyright (C) by Hannu Savolainen 1993-1996
+ * Copyright (C) by Hannu Savolainen 1993-1997
*
* OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL)
* Version 2 (June 1991). See the "COPYING" file distributed with this software
@@ -39,7 +39,7 @@ pas_midi_open (int dev, int mode,
if (midi_busy)
{
- printk ("PAS2: Midi busy\n");
+ printk ("PAS16: Midi busy\n");
return -EBUSY;
}