Re: [PATCH (mmc-next) 3/3] mmc: fix a warning when compile the sdhci d.d.

2010-09-27 Thread Wolfram Sang
> > should detect that BUG never returns). The include-removal could be in a > > seperate patch, not sure if it is worth, though. > > It can include in a separate patch. > It makes sense if apply the previous patch to split the header file > because we remove duplicated include files. I understan

Re: [PATCH (mmc-next) 3/3] mmc: fix a warning when compile the sdhci d.d.

2010-09-27 Thread Peppe CAVALLARO
Hi Wolfram, On 09/27/2010 12:54 PM, Wolfram Sang wrote: > On Thu, Sep 23, 2010 at 11:14:26AM +0200, Giuseppe CAVALLARO wrote: >> This patch fixes a warning when compile the sdhci: >> pwr may be used uninitialized in sdhci_set_power >> Also removes some include files that live in sdhci.h >> heade

Re: [PATCH (mmc-next) 3/3] mmc: fix a warning when compile the sdhci d.d.

2010-09-27 Thread Wolfram Sang
On Thu, Sep 23, 2010 at 11:14:26AM +0200, Giuseppe CAVALLARO wrote: > This patch fixes a warning when compile the sdhci: > pwr may be used uninitialized in sdhci_set_power > Also removes some include files that live in sdhci.h > header file. > > Signed-off-by: Giuseppe Cavallaro Okay for the s

[PATCH (mmc-next) 3/3] mmc: fix a warning when compile the sdhci d.d.

2010-09-23 Thread Giuseppe CAVALLARO
This patch fixes a warning when compile the sdhci: pwr may be used uninitialized in sdhci_set_power Also removes some include files that live in sdhci.h header file. Signed-off-by: Giuseppe Cavallaro --- drivers/mmc/host/sdhci.c | 11 ++- 1 files changed, 2 insertions(+), 9 deletions