Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174098
b: refs/heads/master
c: caac970
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Strakh authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent d7f5e20 commit 5f92877
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: 38a54f35a0a90c0b62b111dd4de24248b22616b9
refs/heads/master: caac970f91f39f67b5e48680840605e24896ff99
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/usbvideo/konicawc.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ static void konicawc_register_input(struct konicawc *cam, struct usb_device *dev
int error;

usb_make_path(dev, cam->input_physname, sizeof(cam->input_physname));
strncat(cam->input_physname, "/input0", sizeof(cam->input_physname));
strlcat(cam->input_physname, "/input0", sizeof(cam->input_physname));

cam->input = input_dev = input_allocate_device();
if (!input_dev) {
Expand Down

0 comments on commit 5f92877

Please sign in to comment.