diff options
Diffstat (limited to 'sound/pci/hda/patch_hdmi.c')
-rw-r--r-- | sound/pci/hda/patch_hdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 7d7eb1354eee..8840daf9c6a3 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c | |||
@@ -510,7 +510,7 @@ static int eld_proc_new(struct hdmi_spec_per_pin *per_pin, int index) | |||
510 | 510 | ||
511 | snd_info_set_text_ops(entry, per_pin, print_eld_info); | 511 | snd_info_set_text_ops(entry, per_pin, print_eld_info); |
512 | entry->c.text.write = write_eld_info; | 512 | entry->c.text.write = write_eld_info; |
513 | entry->mode |= S_IWUSR; | 513 | entry->mode |= 0200; |
514 | per_pin->proc_entry = entry; | 514 | per_pin->proc_entry = entry; |
515 | 515 | ||
516 | return 0; | 516 | return 0; |