Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218627
b: refs/heads/master
c: 87acf5a
h: refs/heads/master
i:
  218625: ef871b4
  218623: b377a33
v: v3
  • Loading branch information
Dzianis Kahanovich authored and Rusty Russell committed Oct 27, 2010
1 parent 882e615 commit 82310d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: abbce906d05ec37289cd0c3b4e35b2db26eab19b
refs/heads/master: 87acf5ad87b275660e2508e6935b570a20b6a073
1 change: 1 addition & 0 deletions trunk/drivers/dma/pch_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,7 @@ static void __devexit pch_dma_remove(struct pci_dev *pdev)
static const struct pci_device_id pch_dma_id_table[] = {
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_PCH_DMA_8CH), 8 },
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_PCH_DMA_4CH), 4 },
{ 0, },
};

static struct pci_driver pch_dma_driver = {
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/i2c/busses/scx200_acb.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,8 @@ static const struct pci_device_id scx200_pci[] __initconst = {
{ PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_ISA),
.driver_data = 1 },
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_ISA),
.driver_data = 2 }
.driver_data = 2 },
{ 0, }
};

static struct {
Expand Down

0 comments on commit 82310d5

Please sign in to comment.