浏览代码

[ALSA] korg1212: fix typo

KORG1212 driver
Add a missing comma that made the stateName array one entry too short.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Clemens Ladisch 19 年之前
父节点
当前提交
315e3bd717
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/pci/korg1212/korg1212.c

+ 1 - 1
sound/pci/korg1212/korg1212.c

@@ -442,7 +442,7 @@ static char* stateName[] = {
                         "Setup for play",
                         "Playing",
                         "Monitor mode on",
-                        "Calibrating"
+			"Calibrating",
                         "Invalid"
 };