Skip to content
Commit e6b5140b authored by Felipe Balbi's avatar Felipe Balbi Committed by Mark Brown
Browse files

spi: ti-qspi: improve ->remove() callback



there's no need to call pm_runtime_get_sync()
followed by pm_runtime_put(). We should, instead,
just call pm_runtime_put_sync() and pm_runtime_disable().

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 57c2ecd9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment