Skip to content

Commit

Permalink
mmc: wbsd: Silence compiler warning
Browse files Browse the repository at this point in the history
The commit "mmc: wbsd: Move away from using deprecated APIs" introduced
a compiler warning, let's silence it.

Cc: Pierre Ossman <pierre@ossman.eu>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
  • Loading branch information
Ulf Hansson authored and Chris Ball committed Nov 8, 2013
1 parent ecd3a7d commit e395c43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mmc/host/wbsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,6 @@ static int wbsd_platform_resume(struct platform_device *dev)
static int wbsd_pnp_suspend(struct pnp_dev *pnp_dev, pm_message_t state)
{
struct mmc_host *mmc = dev_get_drvdata(&pnp_dev->dev);
struct wbsd_host *host;

if (mmc == NULL)
return 0;
Expand Down

0 comments on commit e395c43

Please sign in to comment.