drivers: staging: bcm: sort: kill handrolled bubblesort
authorChris Forbes <chrisf@ijw.co.nz>
Sun, 3 Jul 2011 04:38:20 +0000 (16:38 +1200)
committerGreg 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