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:
9dad92b
)
rt2x00: Cleanup/optimize set_state() function callback function
author
Ivo van Doorn
<IvDoorn@gmail.com>
Tue, 3 Jun 2008 16:58:56 +0000
(18:58 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Sat, 14 Jun 2008 16:17:55 +0000
(12:17 -0400)
* Reduce goto usage
* Mark if-statements which are true on hardware error unlikely()
* Cleanup debug messages
This makes the code look nicer and be better optimized since
the chance of hardware errors should be very small.
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found