Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e395c438 authored by Ulf Hansson's avatar Ulf Hansson Committed by Chris Ball
Browse files

mmc: wbsd: Silence compiler warning



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: default avatarUlf Hansson <ulf.hansson@linaro.org>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent ecd3a7da
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;