summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2023-04-14 05:10:22 +0300
committerWolfram Sang <wsa@kernel.org>2023-04-18 19:43:53 +0300
commitd663d93bb47e7ab45602b227701022d8aa16040a (patch)
tree8518b943b9c0ec5a974919e0f2f1cb881896a8b0 /Documentation
parentae1664f04f504a998737f5bb563f16b44357bcca (diff)
downloadlinux-d663d93bb47e7ab45602b227701022d8aa16040a.tar.xz
i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path
The xiic_xfer() function gets a runtime PM reference when the function is entered. This reference is released when the function is exited. There is currently one error path where the function exits directly, which leads to a leak of the runtime PM reference. Make sure that this error path also releases the runtime PM reference. Fixes: fdacc3c7405d ("i2c: xiic: Switch from waitqueue to completion") Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Reviewed-by: Michal Simek <michal.simek@amd.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions