From: Clemens Ladisch Date: Tue, 4 Oct 2005 06:42:10 +0000 (+0200) Subject: [ALSA] korg1212: fix typo X-Git-Tag: v2.6.14-rc4~25^2~4 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=315e3bd717068624ce888f3d045a168acefc6ce8;p=linux-2.6-omap-h63xx.git [ALSA] korg1212: fix typo KORG1212 driver Add a missing comma that made the stateName array one entry too short. Signed-off-by: Clemens Ladisch --- diff --git a/sound/pci/korg1212/korg1212.c b/sound/pci/korg1212/korg1212.c index 09f9cbe116a..5561fd4091e 100644 --- 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" };