From: Henne <henne@nachtwindheim.de>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ]
Date: Mon, 31 Jul 2006 06:51:31 +0000 [thread overview]
Message-ID: <44CDA873.9000200@nachtwindheim.de> (raw)
In-Reply-To: <1106245529.15916.12.camel@base.torri.org>
>> Signed-off-by: Patrik Kullman <patrik@yes.nu>
>> --- linux-2.6.17/drivers/char/watchdog/alim1535_wdt.c 2006-06-18 03:49:35.000000000 +0200
>> +++ linux/drivers/char/watchdog/alim1535_wdt.c 2006-07-28 07:15:00.000000000 +0200
>> @@ -312,7 +312,7 @@
>> */
>>
>> static struct pci_device_id ali_pci_tbl[] = {
>> - { PCI_VENDOR_ID_AL, 0x1535, PCI_ANY_ID, PCI_ANY_ID,},
>> + { PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M1535, PCI_ANY_ID, PCI_ANY_ID,},
>> { 0, },
>> };
Please use {PCI_DRIVER(PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M1535)} for that.
Greets,
Henne
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
next prev parent reply other threads:[~2006-07-31 6:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-20 18:25 [KJ] Stephen torri
2005-06-03 18:43 ` [KJ] Jesse Millan
2005-10-29 13:09 ` [KJ] Tobias Klauser
2005-11-12 14:55 ` [KJ] Alexey Dobriyan
2006-07-31 6:51 ` Henne [this message]
2006-07-31 19:51 ` [KJ] Patrik Kullman
2006-07-31 19:58 ` [KJ] Patrik Kullman
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=44CDA873.9000200@nachtwindheim.de \
--to=henne@nachtwindheim.de \
--cc=kernel-janitors@vger.kernel.org \
/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.