From: Arend van Spriel Date: Sun, 9 Nov 2014 10:32:00 +0000 (+0100) Subject: ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries X-Git-Tag: omap-for-v3.19/fixes-rc1~85^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32394fae95741d733b174ec1446f27765f80233;p=pandora-kernel.git ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries Use the helper to get rid of the file operations per debugfs file. The struct ath9k_softc pointer is set as device driver data to be obtained in the seq_file read operation. Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed