commit | 550e68ea36a6671a96576c0531685ce6e6c0d19d | [log] [tgz] |
---|---|---|
author | Dinghao Liu <dinghao.liu@zju.edu.cn> | Fri May 22 17:51:39 2020 +0800 |
committer | Miquel Raynal <miquel.raynal@bootlin.com> | Sun May 31 10:53:37 2020 +0200 |
tree | 6b1fc6993b46ccf5ddc8e1592902af026c8d6647 | |
parent | 5d55714fa5ac1ac93a9224821f289fbf46532d30 [diff] |
mtd: rawnand: gpmi: Fix runtime PM imbalance on error pm_runtime_get_sync() increments the runtime PM usage counter even when it returns an error code. Thus a pairing decrement is needed on the error handling path to keep the counter balanced. Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20200522095139.19653-1-dinghao.liu@zju.edu.cn