提交 ace48826 编写于 作者: C Christian Lütke-Stetzkamp 提交者: Greg Kroah-Hartman

staging: mt7621-mmc: Fix typo in function parameters

The type pm_message does not exist in the kernel, the correct type is
pm_message_t, so the type of the parameter is corrected.

Fixes: 9673d9f6 ("staging: mt7621-mmc: Refactor suspend, resume")
Signed-off-by: NChristian Lütke-Stetzkamp <christian@lkamp.de>
Reviewed-by: NNeilBrown <neil@brown.name>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 121bdbf1
......@@ -2689,7 +2689,7 @@ static int msdc_drv_remove(struct platform_device *pdev)
/* Fix me: Power Flow */
#ifdef CONFIG_PM
static void msdc_drv_pm(struct platform_device *pdev, pm_message state)
static void msdc_drv_pm(struct platform_device *pdev, pm_message_t state)
{
struct mmc_host *mmc = platform_get_drvdata(pdev);
if (mmc) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册