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" 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=driv

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

2014-07-31 Thread Fernando Apesteguía
El 31/07/2014 10:21, "Dan Carpenter" 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 defined and I had i

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 http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-deve

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 > > Add static to debug method. > > Signed-off-by: Fernando Apesteguia > --- > drivers/staging/rtl8192u/r8192U_core.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[PATCH] Staging: rtl8192u: Staticfy debug method.

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