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:
85ee35e
)
drivers: staging: bcm: sort: kill handrolled bubblesort
author
Chris Forbes
<chrisf@ijw.co.nz>
Sun, 3 Jul 2011 04:38:20 +0000
(16:38 +1200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 6 Jul 2011 03:36:37 +0000
(20:36 -0700)
Replaced the handrolled bubblesort with the kernel's sort() function.
Makes things considerably smaller & clearer.
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found