]> git.baikalelectronics.ru Git - kernel.git/commit
Convert snd-page-alloc proc file to use seq_file
authorTakashi Iwai <tiwai@suse.de>
Mon, 17 Sep 2007 19:55:10 +0000 (21:55 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 24 Sep 2007 15:20:52 +0000 (08:20 -0700)
commit0e35b8cc04bcb21def7149271998ccd87697f029
tree682fdb5527d02b28400ab4141552845d7df37d87
parentef4c76e41f291045b4ed895c48e262d48ca75177
Convert snd-page-alloc proc file to use seq_file

Use seq_file for the proc file read/write of snd-page-alloc module.
This automatically fixes bugs in the old proc code.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
sound/core/memalloc.c