From: Guenter Roeck Date: Fri, 24 Aug 2012 03:08:48 +0000 (-0700) Subject: spi/tegra: Fix device remove function X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~41^2~1^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68025bf0363a7b44be2de512a88a57d57e63d81;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed