From: Arend van Spriel Date: Sun, 9 Nov 2014 10:31:59 +0000 (+0100) Subject: ath: use seq_file api for ath9k debugfs files X-Git-Tag: omap-for-v3.20/drop-legacy-3517~82^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=631bee257bd506ad6622aac16dfeedce09034ade;p=pandora-kernel.git ath: use seq_file api for ath9k debugfs files The debugfs files that are defined in debug.c which are read-only and using a simple_open as .open file operation have been modified to use the single_open seq_file API. This simplifies the read functions defining the file contents. Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed