commit | 07a389feefd79d41c8542cf31ce1cf25a1466e2c | [log] [tgz] |
---|---|---|
author | Roman Tereshonkov <roman.tereshonkov@nokia.com> | Mon Apr 12 09:56:35 2010 +0000 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Apr 28 01:17:58 2010 -0600 |
tree | 2ec9e6a6a9ea2aabfe38ac8109bbf6b381abf90e | |
parent | 8ec130a017ebd8b931344edde7013ffb18fa1965 [diff] |
spi: spi_device memory should be released instead of device. The memory for dev variable is allocated as a part of spi_device structure memory which the dev belongs to. Thus when the memory is released the right pointer is used. Signed-off-by: Roman Tereshonkov <roman.tereshonkov@nokia.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>