ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries
authorArend van Spriel <arend@broadcom.com>
Sun, 9 Nov 2014 10:32:00 +0000 (11:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Nov 2014 03:38:37 +0000 (19:38 -0800)
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 <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found