[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140830204141.GD16168@kroah.com>
Date: Sat, 30 Aug 2014 13:41:41 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Miguel Oliveira <cmroliv@...il.com>
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
davem@...emloft.net, Larry.Finger@...inger.net
Subject: Re: [PATCH 4/4] staging: rtl8188eu: rtw_debug.h
On Fri, Aug 22, 2014 at 11:33:52AM +0100, Miguel Oliveira wrote:
> Convert all rtw_proc_xxx references to rtw_sys_xxx in file
> include/rtw_debug.h
That's interesting, but:
>
> Signed-off-by: Miguel Oliveira <cmroliv@...il.com>
> ---
> drivers/staging/rtl8188eu/include/rtw_debug.h | 227 +++++++++++--------------
> 1 file changed, 98 insertions(+), 129 deletions(-)
>
> diff --git a/drivers/staging/rtl8188eu/include/rtw_debug.h b/drivers/staging/rtl8188eu/include/rtw_debug.h
> index a38616e..aa0f46a 100644
> --- a/drivers/staging/rtl8188eu/include/rtw_debug.h
> +++ b/drivers/staging/rtl8188eu/include/rtw_debug.h
> @@ -87,7 +87,7 @@ extern u32 GlobalDebugLevel;
> #define MSG_88E(...) \
> do { \
> if (_drv_err_ <= GlobalDebugLevel) \
> - pr_info(DRIVER_PREFIX __VA_ARGS__); \
> + pr_info(DRIVER_PREFIX __VA_ARGS__); \
How does this change relate to what you said you were going to do above?
confused,
greg k-h
--
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