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... From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [patch] pata_winbond: fix module init Date: Tue, 17 Aug 2010 17:52:46 -0400 Message-ID: <4C6B04AE.1030304@pobox.com> References: <20100803152549.GQ26313@bicker> <201008162123.03208.bzolnier@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-vw0-f46.google.com ([209.85.212.46]:53392 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751465Ab0HQVw4 (ORCPT ); Tue, 17 Aug 2010 17:52:56 -0400 In-Reply-To: <201008162123.03208.bzolnier@gmail.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org 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...