]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
parisc: convert /proc/gsc/pcxl_dma to seq_file
authorAlexey Dobriyan <adobriyan@gmail.com>
Sat, 17 Mar 2007 16:28:27 +0000 (19:28 +0300)
committerKyle McMartin <kyle@athena.road.mcmartin.ca>
Wed, 23 May 2007 02:43:01 +0000 (22:43 -0400)
commit27f282b9c6ec0c2ed64778ca154674929eefb195
tree672cda5eb28857255d0c299fd2b92ea6742c529c
parentfd3eef10f5a55acdefbd3f53ca7618a35cb6231f
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 <adobriyan@gmail.com>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/pci-dma.c