From: Liming Wang Date: Wed, 2 Dec 2009 08:42:54 +0000 (+0800) Subject: perf tools: Replace %m with %a in sscanf X-Git-Tag: v2.6.33-rc1~399^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93aaa45a6ad3f983180223601fc663cc551ad499;p=pandora-kernel.git perf tools: Replace %m with %a in sscanf Not all glibc support %m and it results in a compile error if %m not supported. Replace it with %a and (float *) casts. Signed-off-by: Liming Wang Acked-by: Frederic Weisbecker Cc: peterz@infradead.org Cc: mhiramat@redhat.com LKML-Reference: <1259743374-9950-1-git-send-email-liming.wang@windriver.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed