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:
67c2fb8
)
ucc_geth: Cleanup repetitive ucc_geth_memclean() calls
author
Anton Vorontsov
<avorontsov@ru.mvista.com>
Thu, 18 Dec 2008 08:23:31 +0000
(08:23 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 19 Dec 2008 06:50:52 +0000
(22:50 -0800)
No need to call ucc_geth_memclean() so many times, just check for
errors in ucc_geth_open(), and call ucc_geth_stop() in case of errors.
The ucc_geth_stop() may be called anytime and will do the right thing.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found