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)
commitccec6e2c4a74adf76ed4e2478091a311b1806212
tree682fdb5527d02b28400ab4141552845d7df37d87
parent7bae705ef2c2daac1993de03e5be93b5c300fc5e
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