]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/pci/hda/hda_proc.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / sound / pci / hda / hda_proc.c
index f025200f2a62466fdec6a86ffbe8ae18e0ad6c15..bfe74c2fb0795b0da254d7c3bf1670a802148b91 100644 (file)
@@ -418,7 +418,7 @@ static void print_digital_conv(struct snd_info_buffer *buffer,
 
 static const char *get_pwr_state(u32 state)
 {
-       static const char *buf[4] = {
+       static const char * const buf[4] = {
                "D0", "D1", "D2", "D3"
        };
        if (state < 4)