From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752959AbcKSRcB (ORCPT ); Sat, 19 Nov 2016 12:32:01 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:41039 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752559AbcKSRcA (ORCPT ); Sat, 19 Nov 2016 12:32:00 -0500 Date: Sat, 19 Nov 2016 09:31:57 -0800 From: Guenter Roeck To: Michael Walle Cc: linux-hwmon@vger.kernel.org, Jean Delvare , linux-kernel@vger.kernel.org Subject: Re: [RFC,1/2] hwmon: adt7411: update to new hwmon registration API Message-ID: <20161119173157.GA26337@roeck-us.net> References: <1476438215-6654-1-git-send-email-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476438215-6654-1-git-send-email-michael@walle.cc> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 14, 2016 at 11:43:34AM +0200, Michael Walle wrote: > This is also a preparation for to support more properties like min, max and > alarm. > > Signed-off-by: Michael Walle Passed my unit test. Applied to -next. Thanks, Guenter