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

2015-01-28 Thread Rafał Miłecki
On 28 January 2015 at 06:49, 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. Should it be static? Seems like it was never used. Looks OK. -- To unsubscribe from this list: send the line "unsubscribe

[PATCH RESEND] ssb: Fix Sparse error in main

2015-01-27 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? Acked-by: Michael Buesch Signed-off-by: Pramod Gurav --- drivers/ssb/main.c | 19 --- 1 file changed, 19 deletions(-) diff --git a/dri

[PATCH RESEND] ssb: Fix Sparse error in main

2015-01-27 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? Acked-by: Michael Buesch Signed-off-by: Pramod Gurav --- drivers/ssb/main.c | 19 --- 1 file changed, 19 deletions(-) diff --git a/dri