From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sudip Mukherjee Subject: Re: [PATCH 12/14] i2c-parport: return proper error values from attach Date: Fri, 10 Apr 2015 10:35:43 +0530 Message-ID: <20150410050543.GA3561@sudip-PC> References: <1428492040-5581-1-git-send-email-sudipm.mukherjee@gmail.com> <1428492040-5581-13-git-send-email-sudipm.mukherjee@gmail.com> <20150409071307.GA1166@katana> <20150409113342.5621af83@endymion.delvare> <20150409102528.GC1166@katana> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: devel@driverdev.osuosl.org, Rodolfo Giometti , linux-scsi@vger.kernel.org, Arnd Bergmann , Takashi Iwai , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, "James E.J. Bottomley" , Jaroslav Kysela , alsa-devel@alsa-project.org, Mark Brown , linux-i2c@vger.kernel.org, Willy Tarreau , linux-spi@vger.kernel.org, netdev@vger.kernel.org, Jean Delvare To: Wolfram Sang Return-path: Content-Disposition: inline In-Reply-To: <20150409102528.GC1166@katana> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" List-Id: linux-spi.vger.kernel.org On Thu, Apr 09, 2015 at 12:25:28PM +0200, Wolfram Sang wrote: > > > It doesn't really matter that the error codes are different, it matters > > that they are meaningful. As much as possible you should pass error > > codes from the lower layers. parport_claim_or_block() and > > i2c_bit_add_bus() return proper error codes so you should record and > > transmit them. > > Oh, surely yes. I assumed they don't and this series is a first step to > fix this. Should have looked myself. Thanks for jumping in here. > I planned this series to be the first step to fix the attach function which does not return it succeeded or failed. And if attach has failed then there is no reason that module_init will report success. But as Greg pointed out that the first step should be to bring the parallel port in the driver model. I am working on that now, I will post a v2 of this series once that modification is done, and that will need extensive testing. regards sudip