27 Mar
2023
27 Mar
'23
2:16 p.m.
On Mon, Mar 27, 2023 at 01:32:06AM +0000, Kuninori Morimoto wrote:
da7213.c is missing pm_runtime_disable(), thus we will get below error when rmmod -> insmod. This patch solves it.
$ rmmod snd-soc-da7213.ko $ insmod snd-soc-da7213.ko da7213 0-001a: Unbalanced pm_runtime_enable!"
[Kuninori adjusted to latest upstream]
Signed-off-by: Duy Nguyen duy.nguyen.rh@renesas.com Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com Tested-by: Khanh Le khanh.le.xr@renesas.com
If Duy originally wrote the patch it should have a From: line saying they wrote it (they should be the commit author in your local git, in which case git send-email will do the right thing).