diff options
Diffstat (limited to 'sound/core/pcm.c')
-rw-r--r-- | sound/core/pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm.c b/sound/core/pcm.c index bc00f9b00cbd..7581edd7b9ff 100644 --- a/sound/core/pcm.c +++ b/sound/core/pcm.c | |||
@@ -1072,7 +1072,7 @@ static void snd_pcm_proc_read(struct snd_info_entry *entry, | |||
1072 | mutex_unlock(®ister_mutex); | 1072 | mutex_unlock(®ister_mutex); |
1073 | } | 1073 | } |
1074 | 1074 | ||
1075 | static struct snd_info_entry *snd_pcm_proc_entry = NULL; | 1075 | static struct snd_info_entry *snd_pcm_proc_entry; |
1076 | 1076 | ||
1077 | static void snd_pcm_proc_init(void) | 1077 | static void snd_pcm_proc_init(void) |
1078 | { | 1078 | { |