git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680c130
)
spi/spi_tegra: use spi_unregister_master() instead of spi_master_put()
author
Axel Lin
<axel.lin@gmail.com>
Wed, 11 May 2011 13:28:16 +0000
(21:28 +0800)
committer
Grant Likely
<grant.likely@secretlab.ca>
Fri, 20 May 2011 06:43:07 +0000
(
00:43
-0600)
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>
drivers/spi/spi_tegra.c
patch
|
blob
|
history
diff --cc
drivers/spi/spi_tegra.c
Simple merge