From: Arend van Spriel Date: Sat, 27 Dec 2014 13:13:00 +0000 (+0100) Subject: ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries X-Git-Tag: fixes-v4.0-rc1~150^2~130^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4447d815fd0f89d64b78011e82c18c7e83f7f29e;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 device driver data contains struct ieee80211_hw pointer and the struct ath9k_softc pointer is assigned to ieee80211_hw::priv so it can be accessed in the seq_file read operation. Cc: ath9k-devel@lists.ath9k.org Signed-off-by: Arend van Spriel Signed-off-by: Kalle Valo --- Reading git-diff-tree failed