]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
spi: omap-100k: Fix reference leak to master
authorWei Yongjun <weiyongjun1@huawei.com>
Fri, 9 Apr 2021 08:29:54 +0000 (08:29 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 9 Apr 2021 12:44:00 +0000 (13:44 +0100)
commita23faea76d4cf5f75decb574491e66f9ecd707e7
treef2cda6afa73f8aa2d0fe986afa4b15d4750aabd8
parenta03675497970a93fcf25d81d9d92a59c2d7377a7
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>
drivers/spi/spi-omap-100k.c