]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/core/rawmidi.c
[ALSA] Fix compile warning in timer.c
[mv-sheeva.git] / sound / core / rawmidi.c
index 87b47c9564f78029ad6ceaaaf0e8b700fdcbb5d5..08a41e5023cd9282450e5b20992c8566f398d3b9 100644 (file)
@@ -1561,7 +1561,6 @@ static int snd_rawmidi_dev_register(struct snd_device *device)
        entry = snd_info_create_card_entry(rmidi->card, name, rmidi->card->proc_root);
        if (entry) {
                entry->private_data = rmidi;
-               entry->c.text.read_size = 1024;
                entry->c.text.read = snd_rawmidi_proc_info_read;
                if (snd_info_register(entry) < 0) {
                        snd_info_free_entry(entry);