diff options
author | 2012-08-23 20:08:48 -0700 | |
---|---|---|
committer | 2012-08-27 09:37:52 -0700 | |
commit | c68025bf0363a7b44be2de512a88a57d57e63d81 (patch) | |
tree | 8dce4ffe6cdfdecb596242eafb64d1a93670f476 /tools/perf/scripts/python | |
parent | spi/stmp: Fix device remove function (diff) | |
download | linux-dev-c68025bf0363a7b44be2de512a88a57d57e63d81.tar.xz linux-dev-c68025bf0363a7b44be2de512a88a57d57e63d81.zip |
spi/tegra: Fix device remove function
The call to spi_unregister_master() in the device remove function frees device
memory, and with it any device local data. However, device local data is still
accessed after the call to spi_unregister_master().
Acquire a reference to the SPI master device and release it after cleanup is
complete to solve the problem.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions