projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f12aa40
)
[ALSA] korg1212: fix typo
author
Clemens Ladisch
<clemens@ladisch.de>
Tue, 4 Oct 2005 06:42:10 +0000
(08:42 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Fri, 7 Oct 2005 12:46:33 +0000
(14:46 +0200)
KORG1212 driver
Add a missing comma that made the stateName array one entry too short.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/pci/korg1212/korg1212.c
patch
|
blob
|
history
diff --git
a/sound/pci/korg1212/korg1212.c
b/sound/pci/korg1212/korg1212.c
index 09f9cbe116a38734cea09038d60338b79916320d..5561fd4091e8089a1bb53d5881fb8eef9a1bdf72 100644
(file)
--- a/
sound/pci/korg1212/korg1212.c
+++ b/
sound/pci/korg1212/korg1212.c
@@
-442,7
+442,7
@@
static char* stateName[] = {
"Setup for play",
"Playing",
"Monitor mode on",
- "Calibrating"
+ "Calibrating",
"Invalid"
};