From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752806Ab2ATKAm (ORCPT ); Fri, 20 Jan 2012 05:00:42 -0500 Received: from imr3.ericy.com ([198.24.6.13]:36470 "EHLO imr3.ericy.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752447Ab2ATKAl (ORCPT ); Fri, 20 Jan 2012 05:00:41 -0500 Date: Fri, 20 Jan 2012 01:57:21 -0800 From: Guenter Roeck To: Axel Lin CC: "linux-kernel@vger.kernel.org" , Jean Delvare , Corentin Labbe , Dirk Eibach , "Mark M. Hoffman" , Steve Glendinning , Riku Voipio , Guillaume Ligneul , David George , "Hans J. Koch" , Marc Hulsman , Rudolf Marek , "lm-sensors@lm-sensors.org" Subject: Re: [PATCH 1/2] hwmon: convert drivers/hwmon/* to use module_i2c_driver() Message-ID: <20120120095721.GA31838@ericsson.com> References: <1327045098.29773.0.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1327045098.29773.0.camel@phoenix> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 20, 2012 at 02:38:18AM -0500, Axel Lin wrote: > This patch converts the drivers in drivers/hwmon/* to use the > module_i2c_driver() macro which makes the code smaller and a bit simpler. > > Signed-off-by: Axel Lin > Cc: Corentin Labbe > Cc: Dirk Eibach > Cc: "Mark M. Hoffman" > Cc: Steve Glendinning > Cc: Riku Voipio > Cc: Guillaume Ligneul > Cc: David George > Cc: "Hans J. Koch" > Cc: Marc Hulsman > Cc: Rudolf Marek > --- Applied. Thanks, Guenter