Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174099
b: refs/heads/master
c: 2b588db
h: refs/heads/master
i:
  174097: d7f5e20
  174095: a1d37fc
v: v3
  • Loading branch information
Alexander Strakh authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 5f92877 commit 57631b9
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: caac970f91f39f67b5e48680840605e24896ff99
refs/heads/master: 2b588db82d2c210e84da129a223bb403d3131abe
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/usbvideo/quickcam_messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static void qcm_register_input(struct qcm *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 57631b9

Please sign in to comment.