aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core')
-rw-r--r--sound/core/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/info.c b/sound/core/info.c
index 3aa88640808e..c7f41c3bbd5c 100644
--- a/sound/core/info.c
+++ b/sound/core/info.c
@@ -970,7 +970,7 @@ int snd_info_register(struct snd_info_entry * entry)
970 mutex_unlock(&info_mutex); 970 mutex_unlock(&info_mutex);
971 return -ENOMEM; 971 return -ENOMEM;
972 } 972 }
973 p->size = entry->size; 973 proc_set_size(p, entry->size);
974 } 974 }
975 entry->p = p; 975 entry->p = p;
976 if (entry->parent) 976 if (entry->parent)