]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[PATCH] 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)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Oct 2007 19:30:28 +0000 (21:30 +0200)
commit2fe3251c23d437460c8e48eb50925a643f0ccf32
treeb701d964f34d3617cc7a6a91276e784f0d4acc65
parent678f8f7f7281c5be9f405c62307105ad853de997
[PATCH] 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