Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154973
b: refs/heads/master
c: 2fc90f6
h: refs/heads/master
i:
  154971: 974159d
v: v3
  • Loading branch information
Alexey Zaytsev authored and Jesse Barnes committed Jun 29, 2009
1 parent 6bda5b2 commit 3f4d054
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7a661c6f1082693a7e9627e9ad2d1546a9337fdc
refs/heads/master: 2fc90f6133a87da8177636866557d4cc5f56e661
2 changes: 1 addition & 1 deletion trunk/include/linux/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ static inline void pci_set_drvdata(struct pci_dev *pdev, void *data)
/* If you want to know what to call your pci_dev, ask this function.
* Again, it's a wrapper around the generic device.
*/
static inline const char *pci_name(struct pci_dev *pdev)
static inline const char *pci_name(const struct pci_dev *pdev)
{
return dev_name(&pdev->dev);
}
Expand Down

0 comments on commit 3f4d054

Please sign in to comment.