X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=sound%2Fpci%2Fmixart%2Fmixart.c;h=366c4a7e65c6a8f65f0d2a32af55ddfac88eb974;hb=37224470c8c6d90a4062e76a08d4dc1fcf91fc89;hp=09cc0786495a00dd5456f3994affdaab5ecfa516;hpb=396c9b928d5c24775846a161a8191dcc1ea4971f;p=powerpc.git diff --git a/sound/pci/mixart/mixart.c b/sound/pci/mixart/mixart.c index 09cc078649..366c4a7e65 100644 --- a/sound/pci/mixart/mixart.c +++ b/sound/pci/mixart/mixart.c @@ -1244,7 +1244,6 @@ static void __devinit snd_mixart_proc_init(struct snd_mixart *chip) /* text interface to read perf and temp meters */ if (! snd_card_proc_new(chip->card, "board_info", &entry)) { entry->private_data = chip; - entry->c.text.read_size = 1024; entry->c.text.read = snd_mixart_proc_read; }