Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366823
b: refs/heads/master
c: 136d9f3
h: refs/heads/master
i:
  366821: d13d382
  366819: 65251dc
  366815: 8e9b398
v: v3
  • Loading branch information
Chen Gang authored and Mauro Carvalho Chehab committed Mar 25, 2013
1 parent fb58c99 commit cc89d23
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: 70f31c91e12c504b86ce67b2f92d11a19d1e262a
refs/heads/master: 136d9f3a41bc528773430f2723cf27963bbd6fbc
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/go7007/saa7134-go7007.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ static int saa7134_go7007_init(struct saa7134_dev *dev)

go->board_id = GO7007_BOARDID_PCI_VOYAGER;
snprintf(go->bus_info, sizeof(go->bus_info), "PCI:%s", pci_name(dev->pci));
strncpy(go->name, saa7134_boards[dev->board].name, sizeof(go->name));
strlcpy(go->name, saa7134_boards[dev->board].name, sizeof(go->name));
go->hpi_ops = &saa7134_go7007_hpi_ops;
go->hpi_context = saa;
saa->dev = dev;
Expand Down

0 comments on commit cc89d23

Please sign in to comment.