Re: [PATCH] dmaengine: sa11x0: Make use of the helper macro SET_NOIRQ_SYSTEM_SLEEP_PM_OPS()
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-10-25 06:40:45
Also in:
lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-10-25 06:40:45
Also in:
lkml
On 28-08-21, 17:01, Cai Huoqing wrote:
Use the helper macro SET_NOIRQ_SYSTEM_SLEEP_PM_OPS() instead of the verbose operators ".suspend_noirq /.resume_noirq/.freeze_noirq/ .thaw_noirq/.poweroff_noirq/.restore_noirq", because the SET_NOIRQ_SYSTEM_SLEEP_PM_OPS() is a nice helper macro that could be brought in to make code a little clearer, a little more concise.
Applied, thanks -- ~Vinod