From: Sukadev Bhattiprolu Date: Fri, 29 Mar 2013 19:14:43 +0000 (-0700) Subject: perf tools: Fix bug in isupper() and islower() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~62^2~26^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6956664a5c4c32d5aa48fe96d5e2421a3e3f72d5;p=pandora-kernel.git perf tools: Fix bug in isupper() and islower() One of the reasons 'perf test' is failing on Power appears to be due to a bug in isupper(). isupper(c) and islower(c) should be checking 'c' against the mask 0x20. Instead they are checking sane_ctype[c] which causes isupper() to be true for lower case letters. Signed-off-by: Sukadev Bhattiprolu Acked-by: Namhyung Kim Link: http://lkml.kernel.org/r/20130329192950.GA9312@us.ibm.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed