public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Tobias Oed <tobiasoed@hotmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Badness in pci_find_subsys
Date: Mon, 23 Feb 2004 13:09:22 -0800	[thread overview]
Message-ID: <20040223210922.GC22598@kroah.com> (raw)
In-Reply-To: <BAY12-F104dqK4Zd2yg00005ba3@hotmail.com>

On Mon, Feb 23, 2004 at 08:51:45AM -0800, Tobias Oed wrote:
> [*]
> Do I need to hold the pci_bus_lock spinlock for the following (checks for 
> NULL omitted here)
> dev = pci_find_slot(bus, PCI_DEVFN(slot, function));
> dev = pci_dev_get(dev);
> I'd rater use pci_get_slot instead of pci_find_slot, but I don't know how to 
> get a struct pci_bus *  from an int.

You should never need to use those functions at all anyway.  Just use
the proper pci_register_driver() call and be done with it.

thanks,

greg k-h

  reply	other threads:[~2004-02-23 21:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-23 16:51 Badness in pci_find_subsys Tobias Oed
2004-02-23 21:09 ` Greg KH [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-02-23 23:12 Tobias Oed
2004-02-23  4:44 vishwas manral
2004-02-23  5:39 ` Robin Rosenberg
2004-02-23  7:30   ` Martin
2004-02-23  8:30     ` Robin Rosenberg
2004-02-23 21:08     ` Greg KH
2004-02-23  4:43 vishwas manral
2004-02-22 17:46 Robin Rosenberg
2004-02-22 17:52 ` Prakash K. Cheemplavam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040223210922.GC22598@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tobiasoed@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox