]> err.no Git - linux-2.6/blobdiff - sound/core/info_oss.c
[PATCH] SoftMAC: Prevent multiple authentication attempts on the same network
[linux-2.6] / sound / core / info_oss.c
index f2efca18728c93ef609d2cc7cdd86bb4bb9453ea..bb2c40d0ab66cd6f890ad86ac713246c561b3c7e 100644 (file)
@@ -119,7 +119,6 @@ int snd_info_minor_register(void)
 
        memset(snd_sndstat_strings, 0, sizeof(snd_sndstat_strings));
        if ((entry = snd_info_create_module_entry(THIS_MODULE, "sndstat", snd_oss_root)) != NULL) {
-               entry->c.text.read_size = 2048;
                entry->c.text.read = snd_sndstat_proc_read;
                if (snd_info_register(entry) < 0) {
                        snd_info_free_entry(entry);