From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932284AbdJUTJD (ORCPT ); Sat, 21 Oct 2017 15:09:03 -0400 Received: from mail-pf0-f179.google.com ([209.85.192.179]:54597 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932159AbdJUTJB (ORCPT ); Sat, 21 Oct 2017 15:09:01 -0400 X-Google-Smtp-Source: ABhQp+S9/hzQpsiu0kGR5sKweKlPe4nnMB2eVs0S9C2AVFl41ggmsPK6tnF0c3UIO/KEPGPKteQDSw== Date: Sat, 21 Oct 2017 12:08:58 -0700 From: Eduardo Valentin To: Daniel Lezcano Cc: Zhang Rui , Jean Wangtao , leo.yan@linaro.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH V2 3/4] thermal/drivers/hisi: Prepare to add support for other hisi platforms Message-ID: <20171021190856.GB30342@localhost.localdomain> References: <1508512267-18302-1-git-send-email-daniel.lezcano@linaro.org> <1508512267-18302-4-git-send-email-daniel.lezcano@linaro.org> <20171020205829.GA19087@localhost.localdomain> <20171021164256.GA30342@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Heym On Sat, Oct 21, 2017 at 08:33:07PM +0200, Daniel Lezcano wrote: > What sparse version are you using ? Does it really matter? You are still assigning a const pointer to a non-const pointer. BR,