Skip to content

Commit

Permalink
ath: use seq_file api for ath9k debugfs files
Browse files Browse the repository at this point in the history
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 <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Nov 27, 2014
1 parent 98210b7 commit 631bee2
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 274 deletions.
Loading

0 comments on commit 631bee2

Please sign in to comment.