Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271723
b: refs/heads/master
c: f38f333
h: refs/heads/master
i:
  271721: 18e544b
  271719: 44b84a0
v: v3
  • Loading branch information
Chris Rankin authored and Mauro Carvalho Chehab committed Sep 3, 2011
1 parent 7a73edc commit df5f9e7
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: c0f856d3f0e0643c617a86756fd58f23766cfe25
refs/heads/master: f38f33395232db1a03d21b992af1714cbffbdec4
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -3154,7 +3154,7 @@ static int em28xx_usb_probe(struct usb_interface *interface,
goto err;
}

snprintf(dev->name, 29, "em28xx #%d", nr);
snprintf(dev->name, sizeof(dev->name), "em28xx #%d", nr);
dev->devno = nr;
dev->model = id->driver_info;
dev->alt = -1;
Expand Down

0 comments on commit df5f9e7

Please sign in to comment.