From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753621AbcCINnu (ORCPT ); Wed, 9 Mar 2016 08:43:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52170 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753634AbcCINnk (ORCPT ); Wed, 9 Mar 2016 08:43:40 -0500 Date: Wed, 9 Mar 2016 10:43:37 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Ingo Molnar , hpa@zytor.com, jolsa@kernel.org, a.p.zijlstra@chello.nl, tglx@linutronix.de, dsahern@gmail.com, namhyung@kernel.org, linux-kernel@vger.kernel.org, mingo@redhat.com, linux-tip-commits@vger.kernel.org Subject: Re: [PATCH][perf/core] perf tools: Omit unnecessary cast in perf_pmu__parse_scale Message-ID: <20160309134337.GA3017@redhat.com> References: <20160303095348.GA24511@krava.redhat.com> <20160308132340.GA7914@gmail.com> <20160308184230.GB7897@krava.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160308184230.GB7897@krava.redhat.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Mar 08, 2016 at 07:42:30PM +0100, Jiri Olsa escreveu: > but we could actually make it char* from the beginning.. > for some reason I thought setlocale returns const ptr, > and I did not check.. fix attached Thanks, applied.