Re: [PATCH v2] ssb: Fix Sparse error in main

2014-10-28 Thread Michael Büsch
On Tue, 28 Oct 2014 22:03:02 +0530 Pramod Gurav wrote: > Michael had suggested to do away with this function if not being used. > Good to go? > > Michale can you provide acked-by? Yes, this looks good. Acked-by: Michael Büsch > On Wed, Oct 1, 2014 at 10:58 PM, Pramod Gurav > wrote: > > This

Re: [PATCH v2] ssb: Fix Sparse error in main

2014-10-28 Thread Pramod Gurav
Michael had suggested to do away with this function if not being used. Good to go? Michale can you provide acked-by? On Wed, Oct 1, 2014 at 10:58 PM, Pramod Gurav wrote: > This change fixes below sparse error: > drivers/ssb/main.c:94:16: warning: symbol 'ssb_sdio_func_to_bus' > was not declared.

[PATCH v2] ssb: Fix Sparse error in main

2014-10-01 Thread Pramod Gurav
This change fixes below sparse error: drivers/ssb/main.c:94:16: warning: symbol 'ssb_sdio_func_to_bus' was not declared. Should it be static? Cc: Michael Buesch Cc: net...@vger.kernel.org Signed-off-by: Pramod Gurav --- Changes since v1: Removed the function as it is not called anywhere in the k