From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Date: Tue, 17 Aug 2010 21:52:46 +0000 Subject: Re: [patch] pata_winbond: fix module init Message-Id: <4C6B04AE.1030304@pobox.com> List-Id: References: <20100803152549.GQ26313@bicker> <201008162123.03208.bzolnier@gmail.com> In-Reply-To: <201008162123.03208.bzolnier@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bartlomiej Zolnierkiewicz Cc: Dan Carpenter , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, alan@lxorguk.ukuu.org.uk On 08/16/2010 03:23 PM, Bartlomiej Zolnierkiewicz wrote: > > Hi Dan, > > On Tuesday 03 August 2010 05:27:47 pm Dan Carpenter wrote: >> winbond_init_one() returns 0 on success and an error code on failure. >> In the original code, we always just released the regions and return >> -ENODEV. This was introduce in 2006 by 7e45b0e5f6f6 "[PATCH] libata: >> Winbond support". > > You might like to pick up > > http://patchwork.ozlabs.org/patch/39358/ Picked it up...