Hi Manju,

Patch already posted here :
https://patchwork.kernel.org/patch/118871/

Regards,
Kishore

On Fri, Aug 27, 2010 at 2:26 AM, G, Manjunath Kondaiah <[email protected]> wrote:
> From: Manjunatha GK <[email protected]>
>
> Fixes warning due to unused variable.
>
> drivers/mmc/host/omap_hsmmc.c: In function 'omap_hsmmc_suspend':
> drivers/mmc/host/omap_hsmmc.c:2308: warning: unused variable 'state'
>
> Signed-off-by: Manjunatha GK <[email protected]>
> Cc: Tony Lindgren <[email protected]>
> Cc: Nishanth Menon <[email protected]>
> ---
>  drivers/mmc/host/omap_hsmmc.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
> index 4a8776f..fb6446a 100644
> --- a/drivers/mmc/host/omap_hsmmc.c
> +++ b/drivers/mmc/host/omap_hsmmc.c
> @@ -2305,7 +2305,6 @@ static int omap_hsmmc_suspend(struct device *dev)
>        int ret = 0;
>        struct platform_device *pdev = to_platform_device(dev);
>        struct omap_hsmmc_host *host = platform_get_drvdata(pdev);
> -       pm_message_t state = PMSG_SUSPEND; /* unused by MMC core */
>
>        if (host && host->suspended)
>                return 0;
> --
> 1.7.0.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to