From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Fri, 7 Nov 2014 11:05:22 -0800 Subject: [ath9k-devel] [PATCH 2/3] ath: use seq_file api for ath9k debugfs files In-Reply-To: <1414498752-9746-3-git-send-email-arend@broadcom.com> References: <1414498752-9746-1-git-send-email-arend@broadcom.com> <1414498752-9746-3-git-send-email-arend@broadcom.com> Message-ID: <20141107190522.GA4694@kroah.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Tue, Oct 28, 2014 at 01:19:11PM +0100, Arend van Spriel wrote: > 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 > Acked-by: John W. Linville > --- > drivers/net/wireless/ath/ath9k/debug.c | 425 +++++++++++++-------------------- > drivers/net/wireless/ath/ath9k/debug.h | 3 +- > 2 files changed, 173 insertions(+), 255 deletions(-) I can't take patch 1/3 right now, but even if I could, this one doesn't apply to 3.18-rc3 :(