commit | 8ec130a017ebd8b931344edde7013ffb18fa1965 | [log] [tgz] |
---|---|---|
author | Roman Tereshonkov <roman.tereshonkov@nokia.com> | Fri Apr 16 09:52:59 2010 +0000 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Apr 28 01:14:05 2010 -0600 |
tree | 183138a6db30ce3f002c65cae7304c27927edaa9 | |
parent | 9bd73715a1f83f640937c121d22fa8dbaab73002 [diff] |
spi: release device claimed by bus_find_device_by_name In success case the function bus_find_device_by_name calls get_device. In our context put_device should be called to decrease the device count usage. Signed-off-by: Roman Tereshonkov <roman.tereshonkov@nokia.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>