commit | 8901e1b98e1dad75c4567d03dd00a59bd6c450e8 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Wed May 11 21:28:16 2011 +0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri May 20 00:43:07 2011 -0600 |
tree | c5c78d6bc7bd6b0500503ed4523bb08fa6414e33 | |
parent | 680c1305e259a488f489bc887854523b6c6e0705 [diff] |
spi/spi_tegra: use spi_unregister_master() instead of spi_master_put() spi_master_put() should only be used in error handling. Once spi_register_master() returns success, we should call spi_unregister_master() instead. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>