diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2021-04-09 08:29:54 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-04-09 13:44:00 +0100 |
commit | a23faea76d4cf5f75decb574491e66f9ecd707e7 (patch) | |
tree | f2cda6afa73f8aa2d0fe986afa4b15d4750aabd8 /lib/test_string.c | |
parent | a03675497970a93fcf25d81d9d92a59c2d7377a7 (diff) |
spi: omap-100k: Fix reference leak to master
Call spi_master_get() holds the reference count to master device, thus
we need an additional spi_master_put() call to reduce the reference
count, otherwise we will leak a reference to master.
This commit fix it by removing the unnecessary spi_master_get().
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Link: https://lore.kernel.org/r/20210409082954.2906933-1-weiyongjun1@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'lib/test_string.c')
0 files changed, 0 insertions, 0 deletions