summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-imx.c
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2021-04-09 11:29:54 +0300
committerMark Brown <broonie@kernel.org>2021-04-09 15:44:00 +0300
commita23faea76d4cf5f75decb574491e66f9ecd707e7 (patch)
treef2cda6afa73f8aa2d0fe986afa4b15d4750aabd8 /drivers/spi/spi-imx.c
parenta03675497970a93fcf25d81d9d92a59c2d7377a7 (diff)
downloadlinux-a23faea76d4cf5f75decb574491e66f9ecd707e7.tar.xz
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 'drivers/spi/spi-imx.c')
0 files changed, 0 insertions, 0 deletions