Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293694
b: refs/heads/master
c: aa53f53
h: refs/heads/master
v: v3
  • Loading branch information
Kirill A. Shutemov authored and Dave Airlie committed Mar 10, 2012
1 parent edae66d commit e8e5e8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 15308e23fb1bbb485be648b379717cecdc8a0da1
refs/heads/master: aa53f5331c4ea156b6479c6e4d9a5d35528ac1eb
6 changes: 4 additions & 2 deletions trunk/drivers/gpu/drm/gma500/psb_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static DEFINE_PCI_DEVICE_TABLE(pciidlist) = {
{ 0x8086, 0x0be6, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops},
{ 0x8086, 0x0be7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops},
#endif
{ 0, 0, 0}
{ 0, }
};
MODULE_DEVICE_TABLE(pci, pciidlist);

Expand Down Expand Up @@ -678,7 +678,9 @@ static struct pci_driver psb_pci_driver = {
.id_table = pciidlist,
.probe = psb_probe,
.remove = psb_remove,
.driver.pm = &psb_pm_ops,
.driver = {
.pm = &psb_pm_ops,
}
};

static int psb_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Expand Down

0 comments on commit e8e5e8e

Please sign in to comment.