From: Alexey Dobriyan Date: Sat, 17 Mar 2007 16:28:27 +0000 (+0300) Subject: parisc: convert /proc/gsc/pcxl_dma to seq_file X-Git-Tag: v2.6.22-rc5~36^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27f282b9c6ec0c2ed64778ca154674929eefb195;p=pandora-kernel.git parisc: convert /proc/gsc/pcxl_dma to seq_file As side effect, remove one more ->get_info user and a novel approach of content generation: sprintf(buf, "%sfoo", buf, ...); sprintf(buf, "%sbar", buf, ...); ... Compile-tested. Signed-off-by: Alexey Dobriyan Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed