Re: [PATCH] Staging: rtl8192u: Staticfy debug method.

2014-07-31 Thread Dan Carpenter
You need to compile these things before sending them... This adds a GCC warning about uncalled functions. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org

Re: [PATCH] Staging: rtl8192u: Staticfy debug method.

2014-07-31 Thread Fernando Apesteguía
El 31/07/2014 10:21, Dan Carpenter dan.carpen...@oracle.com escribió: You need to compile these things before sending them... This adds a GCC warning about uncalled functions. Sorry, but I did compile it with make C=1 M=drivers/staging But for the function to be called, DEBUG_EPROM must be

Re: [PATCH] Staging: rtl8192u: Staticfy debug method.

2014-07-31 Thread Dan Carpenter
On Thu, Jul 31, 2014 at 11:10:33AM +0200, Fernando Apesteguía wrote: El 31/07/2014 10:21, Dan Carpenter dan.carpen...@oracle.com escribió: You need to compile these things before sending them... This adds a GCC warning about uncalled functions. Sorry, but I did compile it with make

[PATCH] Staging: rtl8192u: Staticfy debug method.

2014-07-30 Thread fernando . apesteguia
From: Fernando Apesteguia fernando.apesteg...@gmail.com Add static to debug method. Signed-off-by: Fernando Apesteguia fernando.apesteg...@gmail.com --- drivers/staging/rtl8192u/r8192U_core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] Staging: rtl8192u: Staticfy debug method.

2014-07-30 Thread Greg KH
On Wed, Jul 30, 2014 at 11:33:41PM +0200, fernando.apesteg...@gmail.com wrote: From: Fernando Apesteguia fernando.apesteg...@gmail.com Add static to debug method. Signed-off-by: Fernando Apesteguia fernando.apesteg...@gmail.com --- drivers/staging/rtl8192u/r8192U_core.c |2 +- 1