Re: [PATCH v2 4/4] mmc: sdhci-cadence: add suspend / resume support

From: Masahiro Yamada
Date: Mon Aug 14 2017 - 11:29:47 EST


Hi Adrian,


2017-08-14 19:53 GMT+09:00 Adrian Hunter <adrian.hunter@xxxxxxxxx>:

>> @@ -353,6 +390,28 @@ static int sdhci_cdns_probe(struct platform_device *pdev)
>> return ret;
>> }
>>
>> +static int __maybe_unused sdhci_cdns_resume(struct device *dev)
>
> We don't use __maybe_unused in this case, we use #ifdef CONFIG_PM_SLEEP


Could you tell me the reason
why #ifdef CONFIG_PM_SLEEP is preferable?

I see lots of __maybe_unused for suspend/resume hooks in drivers.


--
Best Regards
Masahiro Yamada