From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Porcedda Date: Thu, 14 Mar 2013 16:42:34 +0000 Subject: Re: [PATCH 04/10] drivers: hwmon: use module_platform_driver_probe() Message-Id: List-Id: References: <1363266691-15757-1-git-send-email-fabio.porcedda@gmail.com> <1363266691-15757-6-git-send-email-fabio.porcedda@gmail.com> <20130314140130.GB16825@roeck-us.net> In-Reply-To: <20130314140130.GB16825@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Thu, Mar 14, 2013 at 3:01 PM, Guenter Roeck wrote: > On Thu, Mar 14, 2013 at 02:11:25PM +0100, Fabio Porcedda wrote: >> This patch converts the drivers to use the >> module_platform_driver_probe() macro which makes the code smaller and >> a bit simpler. >> >> Signed-off-by: Fabio Porcedda >> Cc: Greg Kroah-Hartman >> Cc: Jean Delvare >> Cc: Guenter Roeck >> Cc: lm-sensors@lm-sensors.org >> --- >> drivers/hwmon/mc13783-adc.c | 13 +------------ >> 1 file changed, 1 insertion(+), 12 deletions(-) >> > I have that one already queued for -next, submitted by Jingoo Han. Ok i will drop this patch. Best regards Fabio Porcedda > Thanks, > Guenter