From: Chris Forbes Date: Sun, 3 Jul 2011 04:38:20 +0000 (+1200) Subject: drivers: staging: bcm: sort: kill handrolled bubblesort X-Git-Tag: v3.1-rc1~232^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49184c5d33c151c3e774406aaa0fc47a9ed0d6b8;p=pandora-kernel.git drivers: staging: bcm: sort: kill handrolled bubblesort Replaced the handrolled bubblesort with the kernel's sort() function. Makes things considerably smaller & clearer. Signed-off-by: Chris Forbes Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed