Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236401
b: refs/heads/master
c: e278913
h: refs/heads/master
i:
  236399: af582c4
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent bedefd3 commit 935806e
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: a3b6ff03527247c81eab37d95b7fb36e7eda1939
refs/heads/master: e278913c3c70dea6302d99f5f0ee4961e09970b6
2 changes: 1 addition & 1 deletion trunk/drivers/staging/crystalhd/crystalhd_lnx.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ static int __devinit chd_dec_pci_probe(struct pci_dev *pdev,
return rc;
}

snprintf(pinfo->name, 31, "crystalhd_pci_e:%d:%d:%d",
snprintf(pinfo->name, sizeof(pinfo->name), "crystalhd_pci_e:%d:%d:%d",
pdev->bus->number, PCI_SLOT(pdev->devfn),
PCI_FUNC(pdev->devfn));

Expand Down

0 comments on commit 935806e

Please sign in to comment.