From: Alan <alan@lxorguk.ukuu.org.uk>
To: Marcin Juszkiewicz <openembedded@hrw.one.pl>
Cc: linux-kernel@vger.kernel.org, Richard Purdie <rpurdie@rpsys.net>
Subject: Re: [PATCH] backlight control for Frontpath ProGear HX1050+
Date: Fri, 5 Jan 2007 09:39:01 +0000 [thread overview]
Message-ID: <20070105093901.7f2ef1f8@localhost.localdomain> (raw)
In-Reply-To: <200701050903.31859.openembedded@hrw.one.pl>
> +struct pci_dev *pmu_dev = NULL;
> +struct pci_dev *sb_dev = NULL;
static ?
> + pmu_dev = pci_find_device(PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M7101, 0);
pci_find_device is going away, please use pci_get_device and the get/put
functions to refcount it. This makes the system hotplug safe.
next prev parent reply other threads:[~2007-01-05 9:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-05 8:03 [PATCH] backlight control for Frontpath ProGear HX1050+ Marcin Juszkiewicz
2007-01-05 8:23 ` Russell King
2007-01-05 9:55 ` Marcin Juszkiewicz
2007-01-05 9:39 ` Alan [this message]
2007-01-05 11:15 ` Marcin Juszkiewicz
2007-01-05 14:03 ` Mariusz Kozlowski
-- strict thread matches above, loose matches on Subject: below --
2007-02-06 13:30 Marcin Juszkiewicz
2007-02-06 19:26 ` Richard Purdie
2007-02-07 8:02 ` Marcin Juszkiewicz
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=20070105093901.7f2ef1f8@localhost.localdomain \
--to=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=openembedded@hrw.one.pl \
--cc=rpurdie@rpsys.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.