From: Akinobu Mita Date: Fri, 3 Feb 2012 23:37:13 +0000 (-0800) Subject: xtensa: fix memscan() X-Git-Tag: v3.3-rc3~25^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1b58c237b73f10221b31e05b47a6565558207ef;p=pandora-kernel.git xtensa: fix memscan() Defining memscan() as memchr() is wrong, because the return values of memscan() and memchr() are different when the character is not found. So use the generic memscan() implementation to fix this. Signed-off-by: Akinobu Mita Cc: Chris Zankel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed