From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henne Date: Mon, 31 Jul 2006 06:51:31 +0000 Subject: Re: [KJ] Message-Id: <44CDA873.9000200@nachtwindheim.de> List-Id: References: <1106245529.15916.12.camel@base.torri.org> In-Reply-To: <1106245529.15916.12.camel@base.torri.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org >> Signed-off-by: Patrik Kullman >> --- 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