mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
3584ef129ee2bc385e7321b86055f43760f2cef6
Currently the spi_master is allocated by devm_spi_alloc_master() in the spi slave. so there is no need to call spi_master put again this fixes the probe failure seen in spi slave driver Bug 4537830 Signed-off-by: Vishwaroop A <va@nvidia.com> Change-Id: Ie0ea17c308caade7c0a1f298c7ac4f3b86a38541 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3095347 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com>
Description
No description provided