[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <201304051638.05292.arnd@arndb.de>
Date: Fri, 5 Apr 2013 16:38:05 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Tomas Winkler <tomas.winkler@...el.com>
Cc: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org
Subject: Re: [char-misc-next] mei: add debugfs hooks
On Friday 05 April 2013, Tomas Winkler wrote:
> debugfs exposes device state and list of me clients and their
> properties
>
> Signed-off-by: Tomas Winkler <tomas.winkler@...el.com>
> ---
> V2:
> 1. don't use DEBUGFS_ADD_FILE macro
> 2. compile debugfs.c only if CONFIG_DEBUG_FS is set
Acked-by: Arnd Bergmann <arnd@...db.de>
> +#define DEBUGFS_ADD_FILE(_mei, name, parent, mode) \
> + debugfs_create_file(#name, mode, parent, \
> + _mei, &mei_dbgfs_fops_##name)
It seems you removed all the users but left the definition in place.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists