Messages in this thread |  | | Date | Sat, 28 Nov 2020 12:33:47 +0100 | From | Krzysztof Kozlowski <> | Subject | Re: [PATCH v2 2/5] memory: renesas-rpc-if: Fix unbalanced pm_runtime_enable in rpcif_{enable,disable}_rpm |
| |
On Thu, Nov 26, 2020 at 07:11:43PM +0000, Lad Prabhakar wrote: > rpcif_enable_rpm calls pm_runtime_enable, so rpcif_disable_rpm needs to > call pm_runtime_disable and not pm_runtime_put_sync. > > Fixes: ca7d8b980b67f ("memory: add Renesas RPC-IF driver") > Reported-by: Reported-by: Geert Uytterhoeven <geert+renesas@glider.be> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > Cc: stable@vger.kernel.org > --- > drivers/memory/renesas-rpc-if.c | 2 +-
Thanks, applied with corrected Reported-by.
Best regards, Krzysztof
|  |