Return-path: Received: from mail-lb0-f174.google.com ([209.85.217.174]:37335 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761089Ab2FVDbL convert rfc822-to-8bit (ORCPT ); Thu, 21 Jun 2012 23:31:11 -0400 Received: by lbbgm6 with SMTP id gm6so3015839lbb.19 for ; Thu, 21 Jun 2012 20:31:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20120529092154.GA2441@redhat.com> References: <20120313081235.GC15333@redhat.com> <20120528140448.GA22783@redhat.com> <20120529092154.GA2441@redhat.com> From: Bjorn Helgaas Date: Thu, 21 Jun 2012 21:30:49 -0600 Message-ID: (sfid-20120622_053132_901039_47170A07) Subject: Re: Initializing iwl3945 error To: Stanislaw Gruszka Cc: Kamil Grzebien , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, May 29, 2012 at 3:21 AM, Stanislaw Gruszka wrote: > On Mon, May 28, 2012 at 12:21:34PM -0600, Bjorn Helgaas wrote: >> linked in vs. loaded as a module after boot? ?What if you add a long >> delay in the driver probe routine? > > I'm attaching patch which add 200 ms delay after pci_enable_device() in > ->probe routine. > > Stanislaw Kamil, any news on this issue?