summaryrefslogtreecommitdiff
path: root/Documentation/input
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2010-10-26 21:23:07 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2010-10-26 23:52:19 (GMT)
commitf3dc0e384248ea6fda0987f909007fa9ab5fb51a (patch)
tree1c834baf780e16a9e47d1cacd41498dbb361483a /Documentation/input
parenteeee9ebb54b76a33a13d2c926ffb018a4aea410f (diff)
downloadlinux-fsl-qoriq-f3dc0e384248ea6fda0987f909007fa9ab5fb51a.tar.xz
lib/list_sort: test: improve errors handling
The 'lib_sort()' test does not free memory if it fails, and it makes the kernel panic if it cannot allocate memory. This patch fixes the problem. This patch also changes several small things: o use 'list_add()' helper instead of adding manually o introduce temporary 'el1' variable to avoid ugly and unreadalbe "if" statement o make 'head' to be stack variable instead of 'kmalloc()'ed, which simplifies code a bit Overall, this patch is of clean-up type. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Cc: Don Mullis <don.mullis@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/input')
0 files changed, 0 insertions, 0 deletions