diff options
Diffstat (limited to 'sound/core/sound_oss.c')
-rw-r--r-- | sound/core/sound_oss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/core/sound_oss.c b/sound/core/sound_oss.c index c18f6a45e4d9..0043c9a97de6 100644 --- a/sound/core/sound_oss.c +++ b/sound/core/sound_oss.c | |||
@@ -258,7 +258,6 @@ int __init snd_minor_info_oss_init(void) | |||
258 | 258 | ||
259 | entry = snd_info_create_module_entry(THIS_MODULE, "devices", snd_oss_root); | 259 | entry = snd_info_create_module_entry(THIS_MODULE, "devices", snd_oss_root); |
260 | if (entry) { | 260 | if (entry) { |
261 | entry->c.text.read_size = PAGE_SIZE; | ||
262 | entry->c.text.read = snd_minor_info_oss_read; | 261 | entry->c.text.read = snd_minor_info_oss_read; |
263 | if (snd_info_register(entry) < 0) { | 262 | if (snd_info_register(entry) < 0) { |
264 | snd_info_free_entry(entry); | 263 | snd_info_free_entry(entry); |