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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 D59B9C43603 for ; Fri, 13 Dec 2019 09:56:29 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A69762073D for ; Fri, 13 Dec 2019 09:56:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="WXdiiZ5B" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A69762073D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=coelho.fi Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Subject:MIME-Version:References: In-Reply-To:Date:To:From:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xmPkx3b8DFaO52tB4SPOAK1Y3flQpPHj/zAx1lOY9sU=; b=WXdiiZ5B175Ue3 ZJaB8N9lL4Uuyp32zEbX00p4SBILZqp9OGTuTS4gzEXR9Vm+WqZ4D3Kq/6BXI6kz2gpL08rg4fygT gt/Mer+jp9ps1X5iQJFmy/HCvwqU0L/VsMVFYnmgnyGSrZ7w7wXG2UP5pF1hIbVGN6acGqyJtRuDE 1xfxLWJPCN1ZI/UaGet23EVxa0qJWZ3lqjCQzVmeMSA4u247OiGrmUsnHfE9DsSD9uiEVsRGZh/t9 e1gmzguW6phZcDosDO1Hk+EXTO3yayBX+RY/W0BRd2l+w0CPO++u6V3hrdF12DyKubC5GjcqCD4T9 fk4aGXQMi8ZJwJUExBDg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ifhgO-00030h-UL; Fri, 13 Dec 2019 09:56:24 +0000 Received: from paleale.coelho.fi ([176.9.41.70] helo=farmhouse.coelho.fi) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ifhfm-0002RY-6u for linux-nvme@lists.infradead.org; Fri, 13 Dec 2019 09:55:50 +0000 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=redipa) by farmhouse.coelho.fi with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.92.2) (envelope-from ) id 1ifh8p-0002Lp-1I; Fri, 13 Dec 2019 11:21:43 +0200 Message-ID: <3fc87add008ee42892f747bc247f15e09f6ed2d4.camel@coelho.fi> From: Luca Coelho To: Akinobu Mita , linux-nvme@lists.infradead.org, linux-hwmon@vger.kernel.org, linux-pm@vger.kernel.org, linux-wireless@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 13 Dec 2019 11:21:40 +0200 In-Reply-To: <1576075099-3441-11-git-send-email-akinobu.mita@gmail.com> References: <1576075099-3441-1-git-send-email-akinobu.mita@gmail.com> <1576075099-3441-11-git-send-email-akinobu.mita@gmail.com> User-Agent: Evolution 3.34.1-2+b1 MIME-Version: 1.0 Subject: Re: [PATCH v3 10/12] wireless: iwlwifi: use helpers X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191213_015546_302610_D3909D9A X-CRM114-Status: UNSURE ( 5.79 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-nvme@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Emmanuel Grumbach , Johannes Berg , Kalle Valo , Intel Linux Wireless Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-nvme" Errors-To: linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org On Wed, 2019-12-11 at 23:38 +0900, Akinobu Mita wrote: > This switches the iwlwifi driver to use celsius_to_kelvin() and > kelvin_to_celsius() in . > > Cc: Kalle Valo > Cc: Johannes Berg > Cc: Emmanuel Grumbach > Cc: Luca Coelho > Cc: Intel Linux Wireless > Signed-off-by: Akinobu Mita > --- Acked-by: Luca Coelho -- Cheers, Luca. _______________________________________________ linux-nvme mailing list linux-nvme@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-nvme