[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1495640832.2823.5.camel@sandisk.com>
Date: Wed, 24 May 2017 15:47:14 +0000
From: Bart Van Assche <Bart.VanAssche@...disk.com>
To: "jthumshirn@...e.de" <jthumshirn@...e.de>,
"martin.petersen@...cle.com" <martin.petersen@...cle.com>
CC: "linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"himanshu.madhani@...ium.com" <himanshu.madhani@...ium.com>,
"qla2xxx-upstream@...gic.com" <qla2xxx-upstream@...gic.com>
Subject: Re: [PATCH] qla2xxx: don't disable a not previously enabled PCI
device
On Tue, 2017-05-23 at 16:50 +0200, Johannes Thumshirn wrote:
> When pci_enable_device() or pci_enable_device_mem() fail in
> qla2x00_probe_one() we bail out but do a call to
> pci_disable_device(). This causes the dev_WARN_ON() in
> pci_disable_device() to trigger, as the device wasn't enabled
> previously.
>
> So instead of taking the 'probe_out' error path we can directly return
> *iff* one of the pci_enable_device() calls fails.
>
> Additionally rename the 'probe_out' goto label's name to the more
> descriptive 'disable_device'.
>
> Signed-off-by: Johannes Thumshirn <jthumshirn@...e.de>
> Fixes: e315cd28b9ef ("[SCSI] qla2xxx: Code changes for qla data structure refactoring")
Hello Johannes,
Please consider adding a Cc: stable tag to this patch. Since otherwise this
patch looks fine to me:
Reviewed-by: Bart Van Assche <bart.vanassche@...disk.com>
Powered by blists - more mailing lists