]> Git Repo - linux.git/commitdiff
ALSA: hda: Storage class should be before const qualifier
authorTobias Klauser <[email protected]>
Thu, 20 May 2010 08:40:55 +0000 (10:40 +0200)
committerTakashi Iwai <[email protected]>
Thu, 20 May 2010 09:56:14 +0000 (11:56 +0200)
The C99 specification states in section 6.11.5:

The placement of a storage-class specifier other than at the beginning
of the declaration specifiers in a declaration is an obsolescent
feature.

Signed-off-by: Tobias Klauser <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
sound/pci/hda/patch_realtek.c

index 80a183f99eb385acdfed6bbb1637e30a6a3e76d0..53538b0f999129ad66937f617a168679e3598aaf 100644 (file)
@@ -14207,7 +14207,7 @@ enum {
        ALC269_FIXUP_SONY_VAIO,
 };
 
-const static struct hda_verb alc269_sony_vaio_fixup_verbs[] = {
+static const struct hda_verb alc269_sony_vaio_fixup_verbs[] = {
        {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREFGRD},
        {}
 };
This page took 0.072692 seconds and 4 git commands to generate.