]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xtensa: fix str[n]cmp return value
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 20 Jan 2013 11:41:44 +0000 (15:41 +0400)
committerChris Zankel <chris@zankel.net>
Sun, 24 Feb 2013 03:22:31 +0000 (19:22 -0800)
commitc5a285bb1b54e8b636cb522a9eb9c9ad232a23f8
treec42131a0c16dda921d68c625083b830eb9958ca8
parentde73b6b1bd7480301c8e8fbe58184448b1757945
xtensa: fix str[n]cmp return value

str[n]cmp functions return negative value if the first string is less
than the second, positive value if the first string is greater than the
second and zero if they are equal. This is important when these
functions are used for sorting/binary search.

With incorrect strcmp return value bsearch was always failing in the
find_symbol_in_section making it impossible to load any module.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/include/asm/string.h