From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2BECC3A5A4 for ; Wed, 28 Aug 2019 08:53:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B64A5214DA for ; Wed, 28 Aug 2019 08:53:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726566AbfH1Ixq (ORCPT ); Wed, 28 Aug 2019 04:53:46 -0400 Received: from mga12.intel.com ([192.55.52.136]:36181 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726463AbfH1Ixn (ORCPT ); Wed, 28 Aug 2019 04:53:43 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2019 01:53:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,440,1559545200"; d="scan'208";a="332095289" Received: from deyangko-mobl.ccr.corp.intel.com ([10.249.168.35]) by orsmga004.jf.intel.com with ESMTP; 28 Aug 2019 01:53:40 -0700 Message-ID: Subject: Re: [PATCH] thermal: armada: Fix -Wshift-negative-value From: Zhang Rui To: Miquel Raynal , Daniel Lezcano Cc: Nick Desaulniers , edubezval@gmail.com, linux-pm@vger.kernel.org, LKML , clang-built-linux , Nathan Huckleberry Date: Wed, 28 Aug 2019 16:53:49 +0800 In-Reply-To: <20190819102131.41da667b@xps13> References: <20190613184923.245935-1-nhuck@google.com> <27428324-129e-ee37-304a-0da2ed3810a0@linaro.org> <20190819102131.41da667b@xps13> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2019-08-19 at 10:21 +0200, Miquel Raynal wrote: > Hello, > > Daniel Lezcano wrote on Thu, 15 Aug 2019 > 01:06:21 +0200: > > > On 15/08/2019 00:12, Nick Desaulniers wrote: > > > On Tue, Aug 13, 2019 at 10:28 AM 'Nathan Huckleberry' via Clang > > > Built > > > Linux wrote: > > > > > > > > Following up to see if this patch is going to be accepted. > > > > > > Miquel is listed as the maintainer of this file in MAINTAINERS. > > > Miquel, can you please pick this up? Otherwise Zhang, Eduardo, > > > and > > > Daniel are listed as maintainers for drivers/thermal/. > > > > I'm listed as reviewer, it is up to Zhang or Eduardo to take the > > patches. > > > > > > Sorry for the delay, I don't manage a tree for this driver, I'll let > Zhang or Eduardo take the patch with my > > Acked-by: Miquel Raynal > Patch applied. thanks, rui > > Thanks, > Miquèl