Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84338
b: refs/heads/master
c: a512a8c
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Jan 21, 2008
1 parent a5d9287 commit 7f213a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: 4615e33f43d3fad5fd92cd02757d23f7803dd7f9
refs/heads/master: a512a8cc20bbf74700d368ecb0a61dd9d8f1df48
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/usbvideo/konicawc.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ static void konicawc_register_input(struct konicawc *cam, struct usb_device *dev
input_dev->evbit[0] = BIT_MASK(EV_KEY);
input_dev->keybit[BIT_WORD(BTN_0)] = BIT_MASK(BTN_0);

input_dev->private = cam;

error = input_register_device(cam->input);
if (error) {
warn("Failed to register camera's input device, err: %d\n",
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/usbvideo/quickcam_messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ static void qcm_register_input(struct qcm *cam, struct usb_device *dev)
input_dev->evbit[0] = BIT_MASK(EV_KEY);
input_dev->keybit[BIT_WORD(BTN_0)] = BIT_MASK(BTN_0);

input_dev->private = cam;

error = input_register_device(cam->input);
if (error) {
warn("Failed to register camera's input device, err: %d\n",
Expand Down

0 comments on commit 7f213a1

Please sign in to comment.