On Mon, 26 Jun 2006 14:51:45 BST, Alan Cox said: > Kill a pair of long escaped debug printk calls > > Signed-off-by: Alan Cox <[email protected]> > diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.17/drivers/ide/pci/sc1200.c linux-2.6.17/drivers/ide/pci/sc1200.c > --- linux.vanilla-2.6.17/drivers/ide/pci/sc1200.c 2006-06-19 17:17:24.000000000 +0100 > +++ linux-2.6.17/drivers/ide/pci/sc1200.c 2006-06-26 13:27:45.671877280 +0100 Hmm... > @@ -493,7 +491,7 @@ > } > > static struct pci_device_id sc1200_pci_tbl[] = { > - { PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SCx200_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, > + { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SCx200_IDE), 0}, > { 0, }, > }; > MODULE_DEVICE_TABLE(pci, sc1200_pci_tbl); Escape of an unrelated change to the same file?
Attachment:
pgpeS7jba2kCg.pgp
Description: PGP signature
- Follow-Ups:
- Re: PATCH: SC1200 debug printk
- From: Alan Cox <[email protected]>
- Re: PATCH: SC1200 debug printk
- References:
- PATCH: SC1200 debug printk
- From: Alan Cox <[email protected]>
- PATCH: SC1200 debug printk
- Prev by Date: [Suspend2][] [Suspend2] Dynamically allocated pageflags
- Next by Date: Re: [Fastboot] [RFC] [PATCH 2/2] kdump: cciss driver initialization issue fix
- Previous by thread: PATCH: SC1200 debug printk
- Next by thread: Re: PATCH: SC1200 debug printk
- Index(es):