From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sudip Mukherjee Subject: Re: [PATCH 01/14] parport: return value of attach and parport_register_driver Date: Wed, 8 Apr 2015 17:44:42 +0530 Message-ID: <20150408121442.GA11388@sudip-PC> References: <1428492040-5581-1-git-send-email-sudipm.mukherjee@gmail.com> <1428492040-5581-2-git-send-email-sudipm.mukherjee@gmail.com> <20150408113832.GH10964@mwanda> <20150408114437.GI10964@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20150408114437.GI10964@mwanda> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dan Carpenter Cc: devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org, Rodolfo Giometti , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Arnd Bergmann , Wolfram Sang , Takashi Iwai , Greg Kroah-Hartman , alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org, "James E.J. Bottomley" , Jaroslav Kysela , Mark Brown , linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Willy Tarreau , linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jean Delvare List-Id: alsa-devel@alsa-project.org On Wed, Apr 08, 2015 at 02:44:37PM +0300, Dan Carpenter wrote: > On Wed, Apr 08, 2015 at 02:38:32PM +0300, Dan Carpenter wrote: > > Then we convert one driver to use the new function pointer and see if > it simplifies the code. If so we can transition the others as well. If > not then we give up. i am sending a v2 and also a patch to change one driver. regards sudip > > regards, > dan carpenter > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753432AbbDHMPA (ORCPT ); Wed, 8 Apr 2015 08:15:00 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:34807 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751463AbbDHMO4 (ORCPT ); Wed, 8 Apr 2015 08:14:56 -0400 Date: Wed, 8 Apr 2015 17:44:42 +0530 From: Sudip Mukherjee To: Dan Carpenter Cc: devel@driverdev.osuosl.org, Rodolfo Giometti , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, Arnd Bergmann , Wolfram Sang , Takashi Iwai , Greg Kroah-Hartman , alsa-devel@alsa-project.org, "James E.J. Bottomley" , Jaroslav Kysela , Mark Brown , linux-i2c@vger.kernel.org, Willy Tarreau , linux-spi@vger.kernel.org, netdev@vger.kernel.org, Jean Delvare Subject: Re: [PATCH 01/14] parport: return value of attach and parport_register_driver Message-ID: <20150408121442.GA11388@sudip-PC> References: <1428492040-5581-1-git-send-email-sudipm.mukherjee@gmail.com> <1428492040-5581-2-git-send-email-sudipm.mukherjee@gmail.com> <20150408113832.GH10964@mwanda> <20150408114437.GI10964@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150408114437.GI10964@mwanda> 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 Wed, Apr 08, 2015 at 02:44:37PM +0300, Dan Carpenter wrote: > On Wed, Apr 08, 2015 at 02:38:32PM +0300, Dan Carpenter wrote: > > Then we convert one driver to use the new function pointer and see if > it simplifies the code. If so we can transition the others as well. If > not then we give up. i am sending a v2 and also a patch to change one driver. regards sudip > > regards, > dan carpenter >