Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2507275ybc; Sun, 24 Nov 2019 23:03:34 -0800 (PST) X-Google-Smtp-Source: APXvYqzvGpWlM+CH+0R3uyd26NSfaks0MKPZPBvDtVBpTxbjyRRDQ6zLVk0FAREHztl8gtv06Ozb X-Received: by 2002:a17:906:a457:: with SMTP id cb23mr35230789ejb.191.1574665414469; Sun, 24 Nov 2019 23:03:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574665414; cv=none; d=google.com; s=arc-20160816; b=eP7IrKPlwCAwZy0+7oDPyBgeJA8e8N0gWuKu1i1OYCsW8XLsegKgLo6hOfJp94dHM6 SC6x/afwRuPT+wOX4dyEmTtvihf2hMBNXSCJ+zgclmNqESUnCm/u3hStfF3mCFQ9Sjeg 7RC7bhnrWfK8rv019Z45Vzyh0tEjr75MyICP464TDEKaUPmsS24kwflVbDuXWThRKKQ2 QvxG/COyw1icQ48pZX2DenrncE0muFVM2XGJGvhS7oz+cLHVbaiBG4cDlt9Q/HWaLNp6 KBcriDHHm58epxMC5hgg4HH/vn4r1x6r8JDY3WbODluJMWmqfbworcRHTlpYy0r30/rU fFrw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=S6AVZSbBqHZPIKDCar4VtdpLfAeJW0lxHM2CIb/OhKk=; b=bZIxQcVLJEaHpjOP1eoR8YZBFChR6qye3rXRSYmaWjNaA8QJxC7lu9n8QWaMAIcpPo J53jWwxMHkq+JlEANrWpqfzV0VGy+NlGvQujaKVKxBUYBn9Un+GAzhY7JepQn9WtAVN0 oY19nyxNv6jDKQhoheFmnoy1lC3MasK766NlR56gEohx/T3C+7CM8+uGEKDSzLtYMIFQ E8NQULwCcbD7NhuSC//57KZAQfD3Dp2aTel6wGA5FABmSTNRoyM94mB0BK7xL0CT0upY x00PUImrVCFvSXPDZpFWwzpv/FuQiLTiMmApxBQuq7E/Qo/BqYQF7sSPhpGoTnIYMMAY e3iA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e58si4560050eda.7.2019.11.24.23.03.09; Sun, 24 Nov 2019 23:03:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727208AbfKYG7M (ORCPT + 99 others); Mon, 25 Nov 2019 01:59:12 -0500 Received: from verein.lst.de ([213.95.11.211]:34427 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725535AbfKYG7L (ORCPT ); Mon, 25 Nov 2019 01:59:11 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 5350E68BFE; Mon, 25 Nov 2019 07:59:07 +0100 (CET) Date: Mon, 25 Nov 2019 07:59:07 +0100 From: Christoph Hellwig To: Akinobu Mita Cc: linux-nvme@lists.infradead.org, linux-hwmon@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Sujith Thomas , Darren Hart , Andy Shevchenko , Zhang Rui , Eduardo Valentin , Daniel Lezcano , Amit Kucheria , Jean Delvare , Guenter Roeck , Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg Subject: Re: [PATCH 7/8] nvme: hwmon: switch to use helpers Message-ID: <20191125065907.GA29695@lst.de> References: <1574604530-9024-1-git-send-email-akinobu.mita@gmail.com> <1574604530-9024-8-git-send-email-akinobu.mita@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1574604530-9024-8-git-send-email-akinobu.mita@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 24, 2019 at 11:08:49PM +0900, Akinobu Mita wrote: > This switches the nvme driver to use kelvin_to_millicelsius() and > millicelsius_to_kelvin() in . Looks good, Reviewed-by: Christoph Hellwig